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:
@@ -57,6 +57,7 @@ if [ "$SAFEMODE" != "yes" ]; then
|
|||||||
#launch system/apps/Terminal
|
#launch system/apps/Terminal
|
||||||
else
|
else
|
||||||
launch system/bin/consoled
|
launch system/bin/consoled
|
||||||
|
exit 0 # return so we don't eject and reboot
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# sync disks
|
# sync disks
|
||||||
|
|||||||
Reference in New Issue
Block a user