As zpools are not imported by default in 13.0 & openzfs I have in rc.local :
zpool import -a
zfs mount -a
rcorder /etc/rc.d/* /usr/local/etc/rc.d/*
lists local script rc.local somewhat late on boot.
How can I run rc.local in the beginning on boot ?
zpool import -a
zfs mount -a
rcorder /etc/rc.d/* /usr/local/etc/rc.d/*
lists local script rc.local somewhat late on boot.
How can I run rc.local in the beginning on boot ?