mirror of
https://github.com/ipxe/ipxe
synced 2026-02-07 19:38:57 +03:00
[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>
This commit is contained in:
@@ -112,6 +112,8 @@ struct san_boot_config {
|
||||
const char *filename;
|
||||
/** Required extra filename (or NULL to ignore) */
|
||||
const char *extra;
|
||||
/** Filesystem label (or NULL to ignore volume label) */
|
||||
const char *label;
|
||||
/** UUID (or NULL to ignore UUID) */
|
||||
union uuid *uuid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user