It Just Works(TM). Replaced the CD boot alert with ReadOnlyBootPrompt.
One just has to love the write overlay. That one really saved a lot of work. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35224 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,8 +54,8 @@ SYSTEM_BIN = "[" addattr alert arp base64 basename bash bc beep bootman bzip2
|
|||||||
passwd paste patch pathchk pc ping play playfile playsound playwav pr prio
|
passwd paste patch pathchk pc ping play playfile playsound playwav pr prio
|
||||||
printenv printf profile ps ptx pwd
|
printenv printf profile ps ptx pwd
|
||||||
query quit
|
query quit
|
||||||
rc readlink reindex release renice rlog rm rmattr rmindex rmdir roster
|
rc readlink ReadOnlyBootPrompt reindex release renice rlog rm rmattr
|
||||||
route
|
rmindex rmdir roster route
|
||||||
safemode screen_blanker screenmode sdiff sed setdecor settype setversion
|
safemode screen_blanker screenmode sdiff sed setdecor settype setversion
|
||||||
setvolume seq sha1sum shar shred shuf shutdown sleep sort spamdbm split
|
setvolume seq sha1sum shar shred shuf shutdown sleep sort spamdbm split
|
||||||
stat strace stty su sum sync sysinfo
|
stat strace stty su sum sync sysinfo
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ if [ "$isReadOnly" = "yes" ]; then
|
|||||||
# Create Installer link (using the write overlay)
|
# Create Installer link (using the write overlay)
|
||||||
ln -sf /boot/system/apps/Installer /boot/home/Desktop/Installer
|
ln -sf /boot/system/apps/Installer /boot/home/Desktop/Installer
|
||||||
|
|
||||||
/bin/alert "Do you wish to run the Installer or continue booting to the Desktop?" "Installer" "Desktop"
|
/bin/ReadOnlyBootPrompt
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
launchscript $SCRIPTS/Bootscript.cd
|
launchscript $SCRIPTS/Bootscript.cd
|
||||||
exit 0 # and return
|
exit 0 # and return
|
||||||
|
|||||||
Reference in New Issue
Block a user