diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2023-01-16 18:58:21 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2023-01-18 14:32:14 +0100 |
commit | 53c368d71ba43da7414ac86c58291a11da05ba84 (patch) | |
tree | e0e387f36cd2ea24c483441868bdd495b35e2238 /meson.build | |
parent | Merge pull request #26004 from poettering/cleanuo-erase-moar (diff) | |
download | systemd-53c368d71ba43da7414ac86c58291a11da05ba84.tar.xz systemd-53c368d71ba43da7414ac86c58291a11da05ba84.zip |
bootctl: add kernel-identity command
The command takes a kernel as argument and checks what kind of kernel
the image is. Returns one of uki, pe or unknown.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 64f2e00be5..5d6ab2a7bd 100644 --- a/meson.build +++ b/meson.build @@ -2622,6 +2622,8 @@ if conf.get('HAVE_BLKID') == 1 and conf.get('HAVE_GNU_EFI') == 1 'src/boot/bootctl-status.h', 'src/boot/bootctl-systemd-efi-options.c', 'src/boot/bootctl-systemd-efi-options.h', + 'src/boot/bootctl-uki.c', + 'src/boot/bootctl-uki.h', 'src/boot/bootctl-util.c', 'src/boot/bootctl-util.h'], include_directories : includes, |