autopart return stuff fix
This commit is contained in:
parent
5aba206470
commit
0c96b9e85e
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue