Untested Bootscript.cd
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24260 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -59,6 +59,13 @@ export SAFEMODE=`/bin/safemode`
|
||||
|
||||
launchscript $SCRIPTS/SetupEnvironment
|
||||
|
||||
# If the boot volume is a CD we use another script
|
||||
iw=`/bin/isvolume -readonly /boot`
|
||||
if [ "$iw" = "yes" ]; then
|
||||
launchscript $SCRIPTS/Bootscript.cd
|
||||
exit 0 # and return
|
||||
fi
|
||||
|
||||
# Sets timezone etc.
|
||||
runprog beos/bin/clockconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user