iPXE
Data Fields
imgsingle_options Struct Reference

"img{single}" options More...

Data Fields

char * name
 Image name. More...
 
unsigned long timeout
 Download timeout. More...
 
int replace
 Replace image. More...
 
int autofree
 Free image after execution. More...
 

Detailed Description

"img{single}" options

Definition at line 44 of file image_cmd.c.

Field Documentation

◆ name

char* imgsingle_options::name

Image name.

Definition at line 46 of file image_cmd.c.

◆ timeout

unsigned long imgsingle_options::timeout

Download timeout.

Definition at line 48 of file image_cmd.c.

◆ replace

int imgsingle_options::replace

Replace image.

Definition at line 50 of file image_cmd.c.

◆ autofree

int imgsingle_options::autofree

Free image after execution.

Definition at line 52 of file image_cmd.c.


The documentation for this struct was generated from the following file: