]> Zhao Yanbai Git Server - minix.git/commitdiff
Numbers, not letters
authorBen Gras <ben@minix3.org>
Tue, 6 Sep 2005 10:19:38 +0000 (10:19 +0000)
committerBen Gras <ben@minix3.org>
Tue, 6 Sep 2005 10:19:38 +0000 (10:19 +0000)
commands/scripts/setup.sh

index ecb468118b7a556e8ed4cd1a6d06f23907e79121..5abb9bb3b35ec4f73a7e53b3fb77fb9f6ce764da 100755 (executable)
@@ -433,7 +433,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; $disable; minix(=,Start MINIX 3) { unset image; boot; }; smallminix(+,Start Small MINIX 3) { image=/boot/image_small; ramsize=0; 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; $disable; minix(1,Start MINIX 3) { unset image; boot; }; smallminix(2,Start Small MINIX 3) { image=/boot/image_small; ramsize=0; 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; $disable; save" >$pfile