autopart return stuff fix

This commit is contained in:
Ben Gras 2005-08-31 16:46:24 +00:00
parent 5aba206470
commit 0c96b9e85e

View file

@ -189,8 +189,9 @@ Please finish the name of the primary partition you have created:
if autopart -f$PF
then if [ -s "$PF" ]
then
bd="`cat $PF`"
cat "$PF" | read bd bdn
set `cat $PF`
bd="$1"
bdn="$2"
biosdrivename="Probably, the right command is \"boot $bdn\"."
if [ -b "/dev/$bd" ]
then primary="$bd"