list of strings
This commit is contained in:
parent
cee7c99533
commit
96aa2c2894
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@
|
|||
mountpoint = "none";
|
||||
acltype = "posixacl";
|
||||
};
|
||||
mountOptions = {
|
||||
ashift = "12";
|
||||
};
|
||||
mountOptions = [
|
||||
"ashift=12"
|
||||
];
|
||||
|
||||
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank";
|
||||
|
||||
|
|
Loading…
Reference in a new issue