From b929f24b929f1c2452d12d9a6987d5485c4a4ed0 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 6 Dec 2012 06:35:36 +0100 Subject: inst: remove broken winnt boot setup --- rc/bin/inst/bootsetup | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'rc/bin/inst/bootsetup') 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 } } -- cgit v1.2.3