From 1c379c1667ce6d18849691c65b0960e9984e78a0 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 2 Aug 2013 03:47:27 +0200 Subject: inst: remove systype step. system will be terminal with a disk after installation. --- rc/bin/inst/bootsetup | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'rc/bin/inst/bootsetup') diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index 85b79a49c..d68989adb 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -1,7 +1,7 @@ #!/bin/rc # desc: create a boot floppy or configure hard disk to boot plan 9 -# prereq: systype copydist +# prereq: copydist fats=() for(i in /dev/sd*/9fat){ @@ -31,10 +31,7 @@ case go export 9fat if(! test -f /tmp/plan9.ini) { - if(~ $syst cpu) - bootfile=9pccpuf - if not - bootfile=9pcf + bootfile=9pcf @{ echo 'bootfile='^$bootfile echo 'bootargs=local!'^$fs' '$"fsflags -- cgit v1.2.3