src/world/s6-scripts/etc/s6/sv/mount-filesystems/up
Nathan Fisher 828f465435 Fixed numerous path issues in s6-scripts;
Fix sbin handling in hhl.script.mk
2022-08-25 13:13:16 -04:00

3 lines
116 B
Text

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