ref: ee1040d8e9e9dbd905a7b604a683a25d3e8bf2ba
parent: e92a6f1ca339b9660d4327462dd52f596ebc20e3
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
}
--
⑨