summaryrefslogtreecommitdiff
path: root/rc/bin/inst/mountfs
blob: 9bfea7fef4297d14dd6d50a5ef4ae87066751ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/rc

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

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