mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
inst/configfs: make gefs visible in the installer
This commit is contained in:
parent
c709e09178
commit
01f50db963
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue