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";
|
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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue