ref: 01f50db96341e9df138188384078d220595e9345
parent: c709e0917874e8413010280675430e7dcbfcbcb8
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jan 5 17:36:06 EST 2025
inst/configfs: make gefs visible in the installer
--- a/rc/bin/inst/configfs
+++ b/rc/bin/inst/configfs
@@ -14,9 +14,10 @@
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
}
--
⑨