From: Ben Gras Date: Tue, 6 Nov 2007 17:02:05 +0000 (+0000) Subject: Small image not built currently. X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=53dce25cfd595d49ed5a1dce0a699345f88b5cfb;p=minix.git Small image not built currently. --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 62dc9d818..460a25291 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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; }; smallminix(2,Start Small MINIX 3 (uses less memory)) { image=/boot/image_small; 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(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 pfile="/mnt/src/tools/fdbootparams" echo "rootdev=$root; ramimagedev=$root; save" >$pfile # Save name of CD drive