run a busy loop after we've finished the install, instead of kernel panicking
svn path=/nixu/trunk/; revision=3762
This commit is contained in:
parent
b86eb3cf4f
commit
066c85b4f0
@ -348,8 +348,13 @@ cp /tmp/install-log $root/root
|
||||
echo umounting filesystem
|
||||
|
||||
umount $root
|
||||
umount /cdrom
|
||||
|
||||
echo install done
|
||||
#telinit 0
|
||||
ln -s @sysvinitPath@/sbin/init /sbin/init
|
||||
shutdown -h now
|
||||
|
||||
echo it\'s safe to turn off your machine
|
||||
|
||||
while true; do
|
||||
sleep 60;
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user