[haiku-commits] r35224 - in haiku/trunk: build/jam data/system/boot

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 21 Jan 2010 16:14:20 +0100 (CET)

Author: stippi
Date: 2010-01-21 16:14:20 +0100 (Thu, 21 Jan 2010)
New Revision: 35224
Changeset: http://dev.haiku-os.org/changeset/35224/haiku

Modified:
   haiku/trunk/build/jam/HaikuImage
   haiku/trunk/data/system/boot/Bootscript
Log:
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.


Modified: haiku/trunk/build/jam/HaikuImage
===================================================================
--- haiku/trunk/build/jam/HaikuImage    2010-01-21 14:55:07 UTC (rev 35223)
+++ haiku/trunk/build/jam/HaikuImage    2010-01-21 15:14:20 UTC (rev 35224)
@@ -54,8 +54,8 @@
        passwd paste patch pathchk pc ping play playfile playsound playwav pr 
prio
        printenv printf profile ps ptx pwd
        query quit
-       rc readlink reindex release renice rlog rm rmattr rmindex rmdir roster
-       route
+       rc readlink ReadOnlyBootPrompt reindex release renice rlog rm rmattr
+       rmindex rmdir roster route
        safemode screen_blanker screenmode sdiff sed setdecor settype setversion
        setvolume seq sha1sum shar shred shuf shutdown sleep sort spamdbm split
        stat strace stty su sum sync sysinfo

Modified: haiku/trunk/data/system/boot/Bootscript
===================================================================
--- haiku/trunk/data/system/boot/Bootscript     2010-01-21 14:55:07 UTC (rev 
35223)
+++ haiku/trunk/data/system/boot/Bootscript     2010-01-21 15:14:20 UTC (rev 
35224)
@@ -105,7 +105,7 @@
        # Create Installer link (using the write overlay)
        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
                launchscript $SCRIPTS/Bootscript.cd
                exit 0 # and return


Other related posts:

  • » [haiku-commits] r35224 - in haiku/trunk: build/jam data/system/boot - superstippi