From e349faeba899d0d76d4218dcb0ad22e542badf4c Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 27 May 2009 23:55:35 +0000 Subject: [PATCH] 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 --- data/system/boot/Bootscript.cd | 1 + 1 file changed, 1 insertion(+) diff --git a/data/system/boot/Bootscript.cd b/data/system/boot/Bootscript.cd index 0e56be2ed5..dee9e925bc 100644 --- a/data/system/boot/Bootscript.cd +++ b/data/system/boot/Bootscript.cd @@ -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