From 4245f7a139dedb05d23a708d51dd70b69b80228a Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Mon, 3 Apr 2000 19:30:08 +0000 Subject: [PATCH] works only with 2.2.11 now --- tools/boot/potato/boot-sparc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tools/boot/potato/boot-sparc b/tools/boot/potato/boot-sparc index de9d8668..f4ec66ac 100755 --- a/tools/boot/potato/boot-sparc +++ b/tools/boot/potato/boot-sparc @@ -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