]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit: install the systemd-bless-boot.service only if we have gnu-efi
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 21 Sep 2021 20:47:42 +0000 (22:47 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Sep 2021 23:47:59 +0000 (08:47 +0900)
Follow-up to #20591.

units/meson.build

index 59ed04afde925bed943cbf88a7f08eb473439de0..93c3bf608abe3287878c7765acf0ad1ea0f7be08 100644 (file)
@@ -183,7 +183,7 @@ in_units = [
         ['systemd-backlight@.service',           'ENABLE_BACKLIGHT'],
         ['systemd-binfmt.service',               'ENABLE_BINFMT',
          'sysinit.target.wants/'],
-        ['systemd-bless-boot.service',           'ENABLE_EFI HAVE_BLKID'],
+        ['systemd-bless-boot.service',           'HAVE_GNU_EFI HAVE_BLKID'],
         ['systemd-boot-check-no-failures.service', ''],
         ['systemd-coredump@.service',            'ENABLE_COREDUMP'],
         ['systemd-pstore.service',               'ENABLE_PSTORE'],