From fe3a7d6b5ab30bc3c9612832f5ee0660b26a1966 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 26 Jul 2005 13:16:07 +0000 Subject: [PATCH] MINIX 3, not MINIX3 --- commands/ibm/autopart.c | 2 +- tools/mkboot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/ibm/autopart.c b/commands/ibm/autopart.c index 30c2ae311..b132ef0a8 100755 --- a/commands/ibm/autopart.c +++ b/commands/ibm/autopart.c @@ -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; } diff --git a/tools/mkboot b/tools/mkboot index 31a3859e1..45af8a420 100755 --- a/tools/mkboot +++ b/tools/mkboot @@ -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 -- 2.44.0