]> Zhao Yanbai Git Server - minix.git/commitdiff
Reinstall fix.
authorBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 16:39:03 +0000 (16:39 +0000)
committerBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 16:39:03 +0000 (16:39 +0000)
commands/scripts/setup.sh

index 64622ab387780c2e532f2c2f8be4f3cdbbca84cf..fe85ae8e273460365b0604025b5b9406186132bf 100755 (executable)
@@ -430,16 +430,12 @@ test -n "$keymap" && cp -p "/usr/lib/keymaps/$keymap.map" /mnt/etc/keymap
 umount /dev/$root >/dev/null || exit   # Unmount the new root.
 mount /dev/$usr /mnt >/dev/null || exit
 
-if [ ! "$auto" = "r" ]
-then
-       # 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
-       pfile="/mnt/src/tools/fdbootparams"
-       # echo "Remembering boot parameters in ${pfile}."
-       echo "rootdev=$root; ramimagedev=$root; $disable; save" >$pfile || exit
-       umount /dev/$usr
-fi
+# 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
+pfile="/mnt/src/tools/fdbootparams"
+echo "rootdev=$root; ramimagedev=$root; $disable; save" >$pfile
 
 sync