git: 9front

ref: c3399d1447d0c5e815c1262e0f99d69b6d4b3bfb
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 *
	mountfs=notdone
	export mountfs
	exit
}