Fix impermanence hibernation bug
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -16,7 +16,10 @@
|
|||||||
description = "Rollback BTRFS subvolumes to a pristine state";
|
description = "Rollback BTRFS subvolumes to a pristine state";
|
||||||
wantedBy = [ "initrd.target" ];
|
wantedBy = [ "initrd.target" ];
|
||||||
before = [ "sysroot.mount" ];
|
before = [ "sysroot.mount" ];
|
||||||
after = [ "cryptsetup.target" ];
|
after = [
|
||||||
|
"cryptsetup.target"
|
||||||
|
"local-fs-pre.target"
|
||||||
|
];
|
||||||
unitConfig.DefaultDependencies = false;
|
unitConfig.DefaultDependencies = false;
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
environment.DEVICE = config.environment.impermanence.device;
|
environment.DEVICE = config.environment.impermanence.device;
|
||||||
|
Reference in New Issue
Block a user