shithub: front

ref: e88f8e4eb652f6291a53a08908fd3acbb8e984e7
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
}