works only with 2.2.11 now
This commit is contained in:
parent
b588553475
commit
4245f7a139
|
@ -63,14 +63,3 @@ rm -rf $tmp
|
||||||
|
|
||||||
# Get rid of some junk
|
# Get rid of some junk
|
||||||
rm -f $inst/{boot_message,type.txt}
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue