]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Accept a command line passed to an iPXE image via LoadOptions 871/head
authorMichael Brown <mcb30@ipxe.org>
Sun, 29 Jan 2023 18:48:08 +0000 (18:48 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 29 Jan 2023 18:56:11 +0000 (18:56 +0000)
commit4bb521a8c4b324902651714915dfe6fd4a5c36af
treee27012b95f0c8a88648942a8e8f2c6fbc7a9b4a1
parentb9be454010ad261cebc336ce6a1a2e8ba418a686
[efi] Accept a command line passed to an iPXE image via LoadOptions

Treat a command line passed to iPXE via UEFI LoadOptions as an image
to be registered at startup, as is already done for the .lkrn, .pxe,
and .exe BIOS images.

Originally-implemented-by: Ladi Prosek <lprosek@redhat.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/efi/efi_cmdline.h [new file with mode: 0644]
src/include/ipxe/errfile.h
src/interface/efi/efi_cmdline.c [new file with mode: 0644]
src/interface/efi/efi_init.c