Untested Bootscript.cd

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24260 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-03-06 01:20:09 +00:00
parent b411cb3759
commit 0b7f54ad6b
2 changed files with 106 additions and 0 deletions
+7
View File
@@ -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