This commit is contained in:
Ben Gras 2005-08-31 16:40:41 +00:00
parent 7ed864f5b0
commit 5aba206470

View file

@ -111,9 +111,9 @@ done
step2="" step2=""
while [ "$step2" != ok ] while [ "$step2" != ok ]
do do
echo "" echo ""
echo " --- Step 2: Create a partition for MINIX 3, Or Reinstall ------------" echo " --- Step 2: Create a partition for MINIX 3, Or Reinstall ------------"
echo "" echo ""
echo "Now you need to create a MINIX 3 partition on your hard disk." echo "Now you need to create a MINIX 3 partition on your hard disk."
echo "You can also select one that's already there." echo "You can also select one that's already there."
@ -137,12 +137,12 @@ echo ""
if [ "$ok" != yes ]; then warn "try again"; fi if [ "$ok" != yes ]; then warn "try again"; fi
done done
primary= primary=
if [ -z "$auto" ] if [ -z "$auto" ]
then then
# Expert mode # Expert mode
echo -n " echo -n "
MINIX needs one primary partition of about 250 MB for a full install. MINIX needs one primary partition of about 250 MB for a full install.
The maximum fill system currently supported is 4 GB. The maximum fill system currently supported is 4 GB.
@ -181,7 +181,7 @@ Please finish the name of the primary partition you have created:
if [ "$confirmation" = yes ]; then step2=ok; fi if [ "$confirmation" = yes ]; then step2=ok; fi
done done
biosdrivename="Actual BIOS device name unknown, due to expert mode." biosdrivename="Actual BIOS device name unknown, due to expert mode."
else else
if [ "$auto" = "1" ] if [ "$auto" = "1" ]
then then
# Automatic mode # Automatic mode
@ -233,6 +233,7 @@ Please finish the name of the primary partition you have a MINIX install on:
done done
biosdrivename="Actual BIOS device name unknown, due to reinstallation." biosdrivename="Actual BIOS device name unknown, due to reinstallation."
fi fi
fi
done # while step2 != ok done # while step2 != ok
# end Step 2 # end Step 2