list of strings

This commit is contained in:
Joseph Hanson 2024-06-26 10:32:57 -05:00
parent cee7c99533
commit 96aa2c2894
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -37,9 +37,9 @@
mountpoint = "none"; mountpoint = "none";
acltype = "posixacl"; acltype = "posixacl";
}; };
mountOptions = { mountOptions = [
ashift = "12"; "ashift=12"
}; ];
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank";