plan9fox/sys/lib/dist.old/pc/inst/mountfs
cinap_lenrek 45bab89362 livecd
2011-04-11 19:47:05 +00:00

15 lines
190 B
Bash
Executable file

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