iPXE
|
"shim" options More...
Data Fields | |
unsigned long | timeout |
Download timeout. More... | |
int | require_loader |
Require third party loader. More... | |
int | allow_pxe |
Allow PXE base code protocol. More... | |
int | allow_sbat |
Allow SBAT variable access. More... | |
"shim" options
Definition at line 47 of file shim_cmd.c.
unsigned long shim_options::timeout |
Download timeout.
Definition at line 49 of file shim_cmd.c.
int shim_options::require_loader |
Require third party loader.
Definition at line 51 of file shim_cmd.c.
int shim_options::allow_pxe |
Allow PXE base code protocol.
Definition at line 53 of file shim_cmd.c.
int shim_options::allow_sbat |
Allow SBAT variable access.
Definition at line 55 of file shim_cmd.c.