From eb4fb917fbe714f134cf304a0cb33670a75cf410 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 5 Jan 2024 10:57:16 -0500 Subject: [PATCH] systemd/ostree-boot-complete: Add `ConditionKernelCommandLine=ostree` In practice we don't enable this unit except via our generator, but let's do this on general principle. --- src/boot/ostree-boot-complete.service | 1 + 1 file changed, 1 insertion(+) diff --git a/src/boot/ostree-boot-complete.service b/src/boot/ostree-boot-complete.service index 5c09fdc9..d5b930a7 100644 --- a/src/boot/ostree-boot-complete.service +++ b/src/boot/ostree-boot-complete.service @@ -16,6 +16,7 @@ [Unit] Description=OSTree Complete Boot Documentation=man:ostree(1) +ConditionKernelCommandLine=ostree # For now, this is the only condition on which we start, but it's # marked as a triggering condition in case in the future we want # to do something else. -- 2.30.2