|
iPXE
|
"shim" options More...
Data Fields | |
| unsigned long | timeout |
| Download timeout. | |
| int | require_loader |
| Require third party loader. | |
| int | allow_pxe |
| Allow PXE base code protocol. | |
| int | allow_sbat |
| Allow SBAT variable access. | |
"shim" options
Definition at line 48 of file shim_cmd.c.
| unsigned long shim_options::timeout |
Download timeout.
Definition at line 50 of file shim_cmd.c.
| int shim_options::require_loader |
Require third party loader.
Definition at line 52 of file shim_cmd.c.
| int shim_options::allow_pxe |
Allow PXE base code protocol.
Definition at line 54 of file shim_cmd.c.
| int shim_options::allow_sbat |
Allow SBAT variable access.
Definition at line 56 of file shim_cmd.c.