]> Zhao Yanbai Git Server - minix.git/commitdiff
MINIX 3, not MINIX3
authorBen Gras <ben@minix3.org>
Tue, 26 Jul 2005 13:16:07 +0000 (13:16 +0000)
committerBen Gras <ben@minix3.org>
Tue, 26 Jul 2005 13:16:07 +0000 (13:16 +0000)
commands/ibm/autopart.c
tools/mkboot

index 30c2ae3119f959153fc59a5e9110ac54e99f1344..b132ef0a843f921e65cde782c1725c941eec6ff0 100755 (executable)
@@ -2208,7 +2208,7 @@ prettysizeprint(int kb)
                }
        }
        sprintf(str, "%4d %cB%s", kb, unit,
-               toosmall ? ", too small for MINIX3" : "");
+               toosmall ? ", too small for MINIX 3" : "");
        return str;
 }
 
index 31a3859e19715ec7adbba93baebeed4c2293b5a0..45af8a42072136ec6a6a09282d72dc568e53df4d 100755 (executable)
@@ -174,7 +174,7 @@ cdfdboot)
        cp -p ../boot/boot /mnt/boot/boot || exit 1
        umount $dev || exit 1
        installboot -d $dev ../boot/bootblock boot/boot || exit 1
-       edparams $dev 'unset bootopts; unset servers; unset image; cdproberoot=1; unset rootdev; unset leader; leader() { echo \n--- Welcome to MINIX3 ---\n\nPress ESC if you need to do any special configuration\nOtherwise I will boot with my defaults in 10 seconds\n\n }; bootcd=1; main(){delay 10000;boot}; save' || exit
+       edparams $dev 'unset bootopts; unset servers; unset image; cdproberoot=1; unset rootdev; unset leader; leader() { echo \n--- Welcome to MINIX 3 ---\n\nPress ESC if you need to do any special configuration\nOtherwise I will boot with my defaults in 10 seconds\n\n }; bootcd=1; main(){delay 10000;boot}; save' || exit
 
        # copy image
        dd if=$dev of=cdfdimage bs=8192 count=180