mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
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
|
||||
9fat=$rd
|
||||
export 9fat
|
||||
|
||||
|
||||
if(! test -f /tmp/plan9.ini) {
|
||||
if(~ $syst cpu)
|
||||
bootfile=9pccpuf
|
||||
|
@ -85,8 +85,10 @@ case go
|
|||
oldbootsetup=$didbootsetup
|
||||
didbootsetup=1
|
||||
export didbootsetup
|
||||
|
||||
prompt 'Enable boot method' plan9 winnt
|
||||
|
||||
|
||||
disk=`{basename -d $9fat}
|
||||
if(! boot$rd){
|
||||
didbootsetup=$oldbootsetup
|
||||
export didbootsetup
|
||||
|
|
Loading…
Reference in a new issue