inst/configfs: make gefs visible in the installer

This commit is contained in:
Ori Bernstein 2025-01-05 22:36:06 +00:00
parent c709e09178
commit 01f50db963

View file

@ -14,9 +14,10 @@ case go
echo 'You can install the following types of file systems:' echo 'You can install the following types of file systems:'
echo echo
echo ' cwfs64x the cached-worm file server' 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 echo
prompt -d cwfs64x -h gefs 'File system' cwfs64x hjfs prompt -d cwfs64x 'File system' cwfs64x hjfs gefs
fstype=$rd fstype=$rd
export fstype export fstype
} }