mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
configfs: adjust phrasing on file system state/usecases
This commit is contained in:
parent
01f50db963
commit
9a648220b6
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ case checkdone
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue