can mount pool
This commit is contained in:
parent
06c23247bf
commit
c29fafa147
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue