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:
Armijn Hemel 2005-08-31 16:38:34 +00:00
parent b86eb3cf4f
commit 066c85b4f0

View File

@ -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