works only with 2.2.11 now

This commit is contained in:
Ben Collins 2000-04-03 19:30:08 +00:00
parent b588553475
commit 4245f7a139
1 changed files with 0 additions and 11 deletions

View File

@ -63,14 +63,3 @@ rm -rf $tmp
# Get rid of some junk
rm -f $inst/{boot_message,type.txt}
# Make writable areas point to /tmp
rm -rf $inst/var
ln -s ../tmp/var $inst/var
# Hack...need a better way
ln -s ../tmp/resolv.conf $inst/etc/resolv.conf
ln -s ../../target/usr/bin/whiptail $inst/usr/bin/whiptail
rmdir $inst/lib/modules
ln -s ../target/lib/modules $inst/lib/modules
ln -s ../tmp/log $inst/dev/log