git: 9front

ref: a4be2bfea7af6d18675d5806b979c67c4bd5a9db
dir: /rc/bin/inst/mountfs/

View raw version
#!/bin/rc

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

switch($fstype){
case cwfs
	exec mountcwfs $*
case *
	mountfs=notdone
	export mountfs
	exit
}