From: Colin Walters Date: Fri, 5 Jan 2024 15:57:16 +0000 (-0500) Subject: systemd/ostree-boot-complete: Add `ConditionKernelCommandLine=ostree` X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~7^2~7^2~5^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eb4fb917fbe714f134cf304a0cb33670a75cf410;p=ostree.git 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. --- 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.