summaryrefslogtreecommitdiff
path: root/rc/bin/inst/configfs
diff options
context:
space:
mode:
authoraiju <aiju@phicode.de>2012-08-07 17:57:04 +0200
committeraiju <aiju@phicode.de>2012-08-07 17:57:04 +0200
commitb21b9ba89cf66a8fac6f94efb79cfb425a2c4df2 (patch)
tree42047f997cda3eddec9faeafeb74435cc72a4786 /rc/bin/inst/configfs
parentef1c1863051d0530a31b291f4e334ee7601c318c (diff)
downloadplan9front-b21b9ba89cf66a8fac6f94efb79cfb425a2c4df2.tar.xz
added hjfs
Diffstat (limited to 'rc/bin/inst/configfs')
-rwxr-xr-xrc/bin/inst/configfs3
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
}