I'm new to Nanobsd, built with Feebsd 12 (compile Generic kernel all modules), everything run as expected, now I intend to build a zfs pool, but being a filesystem (ro) it is not possible, I think of a link to /var or /etc., but I'm not sure it would be the ideal way out. I also didn't find anything similar in ~ /tools/nanobsd/embedded.
What does it take to build a persistent pool? Is there any variable to be defined in my custom.cfg for this? I can create the ex pool. (zpool create mypool mirror /dev/ada1 /dev/ada2) but it is not possible to mount due to the read-only root filesystem.
What does it take to build a persistent pool? Is there any variable to be defined in my custom.cfg for this? I can create the ex pool. (zpool create mypool mirror /dev/ada1 /dev/ada2) but it is not possible to mount due to the read-only root filesystem.