Update files
This commit is contained in:
@@ -11,8 +11,9 @@ in
|
|||||||
boot.initrd.systemd.services.rollback-root = {
|
boot.initrd.systemd.services.rollback-root = {
|
||||||
description = "Rollback btrfs root subvolume";
|
description = "Rollback btrfs root subvolume";
|
||||||
wantedBy = [ "initrd.target" ];
|
wantedBy = [ "initrd.target" ];
|
||||||
after = [ "systemd-cryptsetup@.service" ];
|
after = [ "initrd-root-device.target" ];
|
||||||
before = [ "sysroot.mount" ];
|
before = [ "sysroot.mount" ];
|
||||||
|
requires = [ "initrd-root-device.target" ];
|
||||||
unitConfig.DefaultDependencies = "no";
|
unitConfig.DefaultDependencies = "no";
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
script = ''
|
script = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user