fix mistake
This commit is contained in:
parent
3dc150e478
commit
e1e174fecd
1 changed files with 4 additions and 2 deletions
|
@ -29,7 +29,7 @@ case go
|
||||||
prompt $default 'Plan 9 FAT partition' $fats
|
prompt $default 'Plan 9 FAT partition' $fats
|
||||||
9fat=$rd
|
9fat=$rd
|
||||||
export 9fat
|
export 9fat
|
||||||
|
|
||||||
if(! test -f /tmp/plan9.ini) {
|
if(! test -f /tmp/plan9.ini) {
|
||||||
if(~ $syst cpu)
|
if(~ $syst cpu)
|
||||||
bootfile=9pccpuf
|
bootfile=9pccpuf
|
||||||
|
@ -85,8 +85,10 @@ case go
|
||||||
oldbootsetup=$didbootsetup
|
oldbootsetup=$didbootsetup
|
||||||
didbootsetup=1
|
didbootsetup=1
|
||||||
export didbootsetup
|
export didbootsetup
|
||||||
|
|
||||||
prompt 'Enable boot method' plan9 winnt
|
prompt 'Enable boot method' plan9 winnt
|
||||||
|
|
||||||
|
disk=`{basename -d $9fat}
|
||||||
if(! boot$rd){
|
if(! boot$rd){
|
||||||
didbootsetup=$oldbootsetup
|
didbootsetup=$oldbootsetup
|
||||||
export didbootsetup
|
export didbootsetup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue