1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

unit: install the systemd-bless-boot.service only if we have gnu-efi

Follow-up to #20591.
This commit is contained in:
Frantisek Sumsal 2021-09-21 22:47:42 +02:00 committed by Yu Watanabe
parent 7e99216c1d
commit 220261ef94

View 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'],