ref: ae643e1081a69d24cf767a2fb967c10b0e6a58f6
dir: /rc/bin/inst/mountfs/
#!/bin/rc
# desc: choose and mount file system partition
# prereq: configfs
switch($fstype){
case fossil fossil+venti
exec mountfossil $*
case *
mountfs=notdone
export mountfs
exit
}