]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[block] Allow SAN boot device to be identified by UUID
authorMichael Brown <mcb30@ipxe.org>
Wed, 6 Mar 2024 08:55:55 +0000 (08:55 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 6 Mar 2024 16:11:29 +0000 (16:11 +0000)
commitcea22d76e4cfdbd2d5a3a29bd541346710760457
tree989f3ba4e8c9a604ecf060ce5aa5ce53dd526cca
parentc4471e3408d85c51a69991974985fe283d869eac
[block] Allow SAN boot device to be identified by UUID

Add a "--uuid" option which may be used to specify a boot device UUID,
to be matched against the GPT partition GUID.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/parseopt.c
src/hci/commands/sanboot_cmd.c
src/include/ipxe/parseopt.h
src/include/ipxe/sanboot.h
src/interface/efi/efi_block.c