autopart return stuff fix
This commit is contained in:
parent
5aba206470
commit
0c96b9e85e
@ -189,8 +189,9 @@ Please finish the name of the primary partition you have created:
|
|||||||
if autopart -f$PF
|
if autopart -f$PF
|
||||||
then if [ -s "$PF" ]
|
then if [ -s "$PF" ]
|
||||||
then
|
then
|
||||||
bd="`cat $PF`"
|
set `cat $PF`
|
||||||
cat "$PF" | read bd bdn
|
bd="$1"
|
||||||
|
bdn="$2"
|
||||||
biosdrivename="Probably, the right command is \"boot $bdn\"."
|
biosdrivename="Probably, the right command is \"boot $bdn\"."
|
||||||
if [ -b "/dev/$bd" ]
|
if [ -b "/dev/$bd" ]
|
||||||
then primary="$bd"
|
then primary="$bd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user