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