ref: 326c8d9c4261d8e58e2469adb66f5c8438a8838c
dir: /rc/bin/inst/mountfs/
#!/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 }