From 01f50db96341e9df138188384078d220595e9345 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Sun, 5 Jan 2025 22:36:06 +0000 Subject: [PATCH] inst/configfs: make gefs visible in the installer --- rc/bin/inst/configfs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }