From: Lennart Poettering Date: Fri, 29 May 2026 13:40:45 +0000 (+0200) Subject: systemd-boot-update: condition on UEFI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1643b549e32eb91d704454e629120a38b5861c;p=thirdparty%2Fsystemd.git systemd-boot-update: condition on UEFI Our boot loader logic only supports UEFI, hence let's condition the updater on it. --- diff --git a/units/systemd-boot-update.service b/units/systemd-boot-update.service index 9a4fbc1e715..4c829ad3149 100644 --- a/units/systemd-boot-update.service +++ b/units/systemd-boot-update.service @@ -10,9 +10,9 @@ [Unit] Description=Automatic Boot Loader Update Documentation=man:bootctl(1) -ConditionPathExists=!/etc/initrd-release - DefaultDependencies=no +ConditionPathExists=!/etc/initrd-release +ConditionFirmware=uefi After=local-fs.target Before=sysinit.target systemd-update-done.service Conflicts=shutdown.target