Fixed reference to incorrect zfs pool
This commit is contained in:
parent
51ab89cd98
commit
43f472fe88
@ -34,7 +34,7 @@
|
|||||||
compression = "zstd";
|
compression = "zstd";
|
||||||
};
|
};
|
||||||
mountpoint = null;
|
mountpoint = null;
|
||||||
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 '^tank@blank$' || zfs snapshot tank@blank";
|
||||||
|
|
||||||
datasets = {
|
datasets = {
|
||||||
root = {
|
root = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user