diff options
author | aiju <aiju@phicode.de> | 2012-08-07 17:57:04 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2012-08-07 17:57:04 +0200 |
commit | b21b9ba89cf66a8fac6f94efb79cfb425a2c4df2 (patch) | |
tree | 42047f997cda3eddec9faeafeb74435cc72a4786 /rc/bin/inst/configfs | |
parent | ef1c1863051d0530a31b291f4e334ee7601c318c (diff) | |
download | plan9front-b21b9ba89cf66a8fac6f94efb79cfb425a2c4df2.tar.xz |
added hjfs
Diffstat (limited to 'rc/bin/inst/configfs')
-rwxr-xr-x | rc/bin/inst/configfs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rc/bin/inst/configfs b/rc/bin/inst/configfs index a0eea4838..81fc37a3a 100755 --- a/rc/bin/inst/configfs +++ b/rc/bin/inst/configfs @@ -14,8 +14,9 @@ case go echo 'You can install the following types of file systems:' echo echo ' cwfs64x the cached-worm file server' + echo ' hjfs the new 9front file server (experimental!)' echo - prompt -d cwfs64x 'File system' cwfs64x + prompt -d cwfs64x 'File system' cwfs64x hjfs fstype=$rd export fstype } |