src/world/s6-scripts/etc/s6/sv/mount-filesystems/up

4 lines
116 B
Plaintext

#!/bin/execlineb -P
foreground { mount -a -t nonfs,nocifs }
foreground { if { test -x /usr/bin/zfs } zfs mount -a }