diff --git a/rc/bin/inst/configfs b/rc/bin/inst/configfs index a7c812f73..3e33f57f2 100755 --- a/rc/bin/inst/configfs +++ b/rc/bin/inst/configfs @@ -14,9 +14,10 @@ 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 ' gefs the good enough file system (experimental!)' + echo ' hjfs the old experimental file system (unmaintained!)' echo - prompt -d cwfs64x -h gefs 'File system' cwfs64x hjfs + prompt -d cwfs64x 'File system' cwfs64x hjfs gefs fstype=$rd export fstype }