shithub: front

Download patch

ref: 9a648220b638450c9153e15491be4f5a0f478c9a
parent: 01f50db96341e9df138188384078d220595e9345
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jan 5 18:35:20 EST 2025

configfs: adjust phrasing on file system state/usecases

--- a/rc/bin/inst/configfs
+++ b/rc/bin/inst/configfs
@@ -13,9 +13,9 @@
 case go
 	echo 'You can install the following types of file systems:'
 	echo
-	echo '	cwfs64x	the cached-worm file server'
-	echo '	gefs	the good enough file system (experimental!)'
-	echo '	hjfs	the old experimental file system (unmaintained!)'
+	echo '	cwfs64x	cached-worm file server for large disks'
+	echo '	hjfs	file server for small disks'
+	echo '	gefs	good enough file system (experimental!)'
 	echo
 	prompt -d cwfs64x 'File system' cwfs64x hjfs gefs
 	fstype=$rd
--