mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
unit: install the systemd-bless-boot.service only if we have gnu-efi
Follow-up to #20591.
This commit is contained in:
parent
7e99216c1d
commit
220261ef94
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user