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/mountcwfs | |
| 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/mountcwfs')
| -rwxr-xr-x | rc/bin/inst/mountcwfs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rc/bin/inst/mountcwfs b/rc/bin/inst/mountcwfs index 92ca70f10..8a203ef53 100755 --- a/rc/bin/inst/mountcwfs +++ b/rc/bin/inst/mountcwfs @@ -1,7 +1,6 @@ #!/bin/rc # desc: choose and mount file system partition -# prereq: systype service=cwfs @@ -65,12 +64,7 @@ case go { echo service $service echo config $fs - - if(! ~ $syst cpu){ - # new config option - echo noauth - } - + echo noauth echo filsys main c'('$fs')('$fsworm')' echo filsys dump o if(! ~ $fsother ''){ |
