diff options
Diffstat (limited to 'meta/classes/systemd-boot.bbclass')
-rw-r--r-- | meta/classes/systemd-boot.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/systemd-boot.bbclass b/meta/classes/systemd-boot.bbclass index 9f8f75e06c..937307076f 100644 --- a/meta/classes/systemd-boot.bbclass +++ b/meta/classes/systemd-boot.bbclass | |||
@@ -7,10 +7,9 @@ | |||
7 | # maintenance. | 7 | # maintenance. |
8 | # | 8 | # |
9 | # Set EFI_PROVIDER = "systemd-boot" to use systemd-boot on your live images instead of grub-efi | 9 | # Set EFI_PROVIDER = "systemd-boot" to use systemd-boot on your live images instead of grub-efi |
10 | # (images built by image-live.bbclass or image-vm.bbclass) | 10 | # (images built by image-live.bbclass) |
11 | 11 | ||
12 | do_bootimg[depends] += "${MLPREFIX}systemd-boot:do_deploy" | 12 | do_bootimg[depends] += "${MLPREFIX}systemd-boot:do_deploy" |
13 | do_bootdirectdisk[depends] += "${MLPREFIX}systemd-boot:do_deploy" | ||
14 | 13 | ||
15 | EFIDIR = "/EFI/BOOT" | 14 | EFIDIR = "/EFI/BOOT" |
16 | 15 | ||