]> Zhao Yanbai Git Server - minix.git/commitdiff
Minor tweaks to menu naming.
authorBen Gras <ben@minix3.org>
Wed, 7 Nov 2007 09:28:44 +0000 (09:28 +0000)
committerBen Gras <ben@minix3.org>
Wed, 7 Nov 2007 09:28:44 +0000 (09:28 +0000)
commands/scripts/setup.sh
tools/mkboot

index 460a252912251c367417c9fc0c28c6ee5b2300af..49aac929db1c9b4eb446ffc0b77e286eb10660e2 100755 (executable)
@@ -584,7 +584,7 @@ mount /dev/$usr /mnt >/dev/null || exit
 # Make bootable.
 installboot -d /dev/$root /usr/mdec/bootblock /boot/boot >/dev/null || exit
 
-edparams /dev/$root "rootdev=$root; ramimagedev=$root; minix(1,Start MINIX 3) { image=/boot/image_big; boot; }; newminix(3,Start Custom MINIX 3) { unset image; boot }; main() { echo By default, MINIX 3 will automatically load in 3 seconds.; echo Press ESC to enter the monitor for special configuration.; trap 3000 boot; menu; }; save" || exit
+edparams /dev/$root "rootdev=$root; ramimagedev=$root; minix(1,Start MINIX 3) { image=/boot/image_big; boot; }; newminix(2,Start Custom MINIX 3) { unset image; boot }; main() { echo By default, MINIX 3 will automatically load in 3 seconds.; echo Press ESC to enter the monitor for special configuration.; trap 3000 boot; menu; }; save" || exit
 pfile="/mnt/src/tools/fdbootparams"
 echo "rootdev=$root; ramimagedev=$root; save" >$pfile
 # Save name of CD drive
index 7c6344ea4b9994c86001850ab68805b9f7b0bb3a..38ce132de9d3489d92a516c74e54b8aea81cd26f 100755 (executable)
@@ -197,7 +197,7 @@ disable=inet;
 bootcd=1;
 cdproberoot=1;
 ata_id_timeout=2;
-bootbig(1, Regular MINIX 3) { unset image; boot }
+bootbig(1, MINIX 3) { unset image; boot }
 leader() { echo \n--- Welcome to MINIX 3. This is the boot monitor. ---\n\nChoose an option from the menu or press ESC if you need to do anything special.\nOtherwise I will boot with my defaults in 10 seconds.\n\n };
 main(){trap 10000 boot; menu; };
 save' || exit