summaryrefslogtreecommitdiff
path: root/rc/bin/inst/mountfs
blob: 10d41bde7506a480d1e7e424a681a70eba2e288d (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
}