summaryrefslogtreecommitdiff
path: root/rc/bin/inst/configfs
diff options
context:
space:
mode:
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
}