git: 9front

ref: 6c763c3e080811bd94b75d92e9aa7908d3321fc1
dir: /rc/bin/inst/mountfs/

View raw version
#!/bin/rc

# desc: choose and mount file system partition
# prereq: configfs

switch($fstype){
case cwfs cwfs64 cwfs64x
	exec ./mountcwfs $*
case hjfs
	exec ./mounthjfs $*
case gefs
	exec ./mountgefs $*
case *
	mountfs=notdone
	export mountfs
	exit
}