]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[block] Allow SAN boot device to be identified by filesystem label
authorMichael Brown <mcb30@ipxe.org>
Thu, 7 Mar 2024 14:09:54 +0000 (14:09 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 7 Mar 2024 14:11:46 +0000 (14:11 +0000)
commit24a855f1fc8d97ad3ca6be3eaabdc1c8285e86e8
treeec790a5fc8dd748fc35138819e5d6b7cf5288e9d
parent62b6d363351fb5d8890cdcd36c949d6d8563b4e9
[block] Allow SAN boot device to be identified by filesystem label

Add a "--label" option that can be used to specify a filesystem label,
to be matched against the FAT volume label.

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