diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-08-02 03:47:27 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-08-02 03:47:27 +0200 |
commit | 1c379c1667ce6d18849691c65b0960e9984e78a0 (patch) | |
tree | 10172e9473b2bb06fc7d75f7ac562c76345dd8d5 /rc/bin/inst/bootsetup | |
parent | c3c228a108bf4220e5471700029b713242a87eb2 (diff) | |
download | plan9front-1c379c1667ce6d18849691c65b0960e9984e78a0.tar.xz |
inst: remove systype step. system will be terminal with a disk after installation.
Diffstat (limited to 'rc/bin/inst/bootsetup')
-rwxr-xr-x | rc/bin/inst/bootsetup | 7 |
1 files changed, 2 insertions, 5 deletions
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 |