From: Ben Gras Date: Tue, 6 Sep 2005 10:19:38 +0000 (+0000) Subject: Numbers, not letters X-Git-Tag: v3.1.0~176 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-keygen.html?a=commitdiff_plain;h=3ffe1fea7bcba79e33f50c2210b6181405cf5019;p=minix.git Numbers, not letters --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index ecb468118..5abb9bb3b 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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