git: 9front

ref: 4b9f39b27fb44f607f9b5ba6be2f18b7099b5666
dir: /rc/bin/inst/mountfs/

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