Update files

This commit is contained in:
2026-07-03 20:22:43 +01:00
parent 393fa5ef2d
commit e3f4545276
+2 -1
View File
@@ -11,8 +11,9 @@ in
boot.initrd.systemd.services.rollback-root = {
description = "Rollback btrfs root subvolume";
wantedBy = [ "initrd.target" ];
after = [ "systemd-cryptsetup@.service" ];
after = [ "initrd-root-device.target" ];
before = [ "sysroot.mount" ];
requires = [ "initrd-root-device.target" ];
unitConfig.DefaultDependencies = "no";
serviceConfig.Type = "oneshot";
script = ''