iPXE
|
SAN boot configuration parameters. More...
#include <sanboot.h>
Data Fields | |
const char * | filename |
Boot filename (or NULL to use default) More... | |
const char * | extra |
Required extra filename (or NULL to ignore) More... | |
const char * | label |
Filesystem label (or NULL to ignore volume label) More... | |
union uuid * | uuid |
UUID (or NULL to ignore UUID) More... | |
const char* san_boot_config::filename |
Boot filename (or NULL to use default)
Definition at line 112 of file sanboot.h.
Referenced by efi_block_boot(), efi_block_match(), netboot(), sanboot_core_exec(), and uriboot().
const char* san_boot_config::extra |
Required extra filename (or NULL to ignore)
Definition at line 114 of file sanboot.h.
Referenced by efi_block_match(), and sanboot_core_exec().
const char* san_boot_config::label |
Filesystem label (or NULL to ignore volume label)
Definition at line 116 of file sanboot.h.
Referenced by efi_block_match(), and sanboot_core_exec().
union uuid* san_boot_config::uuid |
UUID (or NULL to ignore UUID)
Definition at line 118 of file sanboot.h.
Referenced by efi_block_match(), and sanboot_core_exec().