diff options
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 ''){ |
