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

4 lines
113 B
Plaintext

#!/bin/execlineb -P
foreground { mount -a -o no_netdev }
foreground { if { test -x /usr/bin/zfs } zfs mount -a }