minor fixes

This commit is contained in:
Ben Collins 2000-04-02 04:22:44 +00:00
parent 0330bfcc6d
commit ef164672de
1 changed files with 3 additions and 3 deletions

View File

@ -65,12 +65,12 @@ rm -rf $tmp
rm -f $inst/{boot_message,type.txt} rm -f $inst/{boot_message,type.txt}
# Make writable areas point to /tmp # Make writable areas point to /tmp
rmdir $inst/var/{log,run} rm -rf $inst/var
ln -s ../tmp/log $inst/var/log ln -s ../tmp/var $inst/var
ln -s ../tmp/run $inst/var/run
# Hack...need a better way # Hack...need a better way
ln -s ../tmp/resolv.conf $inst/etc/resolv.conf ln -s ../tmp/resolv.conf $inst/etc/resolv.conf
ln -s ../../target/usr/bin/whiptail $inst/usr/bin/whiptail ln -s ../../target/usr/bin/whiptail $inst/usr/bin/whiptail
rmdir $inst/lib/modules rmdir $inst/lib/modules
ln -s ../target/lib/modules $inst/lib/modules ln -s ../target/lib/modules $inst/lib/modules
ln -s ../tmp/log $inst/dev/log