diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-06 06:35:36 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-06 06:35:36 +0100 |
| commit | b929f24b929f1c2452d12d9a6987d5485c4a4ed0 (patch) | |
| tree | ef90aa9d941adb64e37cdba2107de4530e362a7d /rc/bin/inst/bootsetup | |
| parent | c3105131feb2344f64ae5169df3b024ecdbe814c (diff) | |
| download | plan9front-b929f24b929f1c2452d12d9a6987d5485c4a4ed0.tar.xz | |
inst: remove broken winnt boot setup
Diffstat (limited to 'rc/bin/inst/bootsetup')
| -rwxr-xr-x | rc/bin/inst/bootsetup | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index c004eb6ba..4b83fd5e0 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -81,27 +81,9 @@ case go logprog cp /n/newfs/386/9pcf /n/9fat/9pcf logprog cp /n/newfs/386/9pccpuf /n/9fat/9pccpuf - echo - echo 'There are myriad ways to boot a Plan 9 system.' - echo 'You can use any of the following.' - echo - echo ' plan9 - make the plan 9 disk partition the default for booting' - echo ' winnt - add a plan 9 option to windows nt/2000/xp boot manager' - echo - echo 'If you are upgrading an extant third edition installation and booting' - echo 'from something other than a floppy, you needn''t run anything here.' - echo 'Just type ctl-d.' - - oldbootsetup=$didbootsetup - didbootsetup=1 - export didbootsetup - - prompt 'Enable boot method' plan9 winnt - disk=`{basename `{basename -d $9fat}} - - if(! boot$rd){ - didbootsetup=$oldbootsetup + if(bootplan9){ + didbootsetup=1 export didbootsetup } } |
