ref: 41b34c448dda31c5d568f11d7afd70a7217ba152
dir: /sys/lib/dist/pc/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
}