In case we run a CD in safemode, we need to stop the CD bootscript after

launching the console. Otherwise it will simply drop through to ejecting the CD
and rebooting as if the installer completed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30885 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2009-05-27 23:55:35 +00:00
parent f593b93a09
commit e349faeba8
+1
View File
@@ -57,6 +57,7 @@ if [ "$SAFEMODE" != "yes" ]; then
#launch system/apps/Terminal
else
launch system/bin/consoled
exit 0 # return so we don't eject and reboot
fi
# sync disks