diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-04-20 03:49:58 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-04-20 03:49:58 +0000 |
commit | fbea254ad3b2bb3f19ed1f365ceece214da95bfd (patch) | |
tree | c1a50c99a631121a7a6b6a0eee6fc15e933c397f /rc/bin/inst/configfs | |
parent | 94c8e58f1415040860b876e1ce424c2519895cf9 (diff) |
add Fish-'s installer patches; possibly not in a working state. testing/fixes requested.
Diffstat (limited to 'rc/bin/inst/configfs')
-rwxr-xr-x | rc/bin/inst/configfs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rc/bin/inst/configfs b/rc/bin/inst/configfs index 81f82897c..04ae55ee6 100755 --- a/rc/bin/inst/configfs +++ b/rc/bin/inst/configfs @@ -4,7 +4,7 @@ switch($1){ case checkdone - if(! ~ $fstype fossil fossil+venti){ + if(! ~ $fstype cwfs){ configfs=ready export configfs } @@ -12,10 +12,9 @@ case checkdone case go echo 'You can install the following types of file systems:' echo - echo ' fossil the new Plan9 fileserver' - echo ' fossil+venti fossil + a archival dump server' + echo ' cwfs the cached-worm file server' echo - prompt -d fossil 'File system' fossil fossil+venti + prompt -d fossil 'File system' cwfs fstype=$rd export fstype } |