ephemeral root boots. Figure out what directory/pool to snapshot
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
compression = "zstd";
|
||||
"com.sun:auto-snapshot" = "false";
|
||||
};
|
||||
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank";
|
||||
# what should I be making a snapshot of here?!!!!
|
||||
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zpool/local/zroot@blank$' || zfs snapshot zpool/local/zroot@blank";
|
||||
|
||||
datasets = {
|
||||
"root" = {
|
||||
|
||||
Reference in New Issue
Block a user