plan9fox/sys/lib/dist/pc/inst/mountfs
2011-03-30 19:35:09 +03:00

15 lines
190 B
Bash

#!/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
}