git: 9front

Download patch

ref: 6e73d1b10b2bdba828e944cfd46552f533f9048a
parent: ee1040d8e9e9dbd905a7b604a683a25d3e8bf2ba
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
--