can mount pool

This commit is contained in:
twoneis 2024-05-06 23:11:04 +02:00
parent 06c23247bf
commit c29fafa147

View file

@ -57,7 +57,7 @@
mode = "";
rootFsOptions = {
compression = "zstd";
canmount = "off";
canmount = "on";
"com.sun:auto-snapshot" = "false";
};
mountpoint = "/";
@ -87,7 +87,7 @@
mode = "";
rootFsOptions = {
compression = "zstd";
canmount = "off";
canmount = "on";
"com.sun:auto-snapshot" = "false";
};
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank";