|
iPXE
|
Archive image management. More...
#include <ipxe/image.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| int | imgextract (struct image *image, const char *name) |
| Extract archive image. More... | |
Archive image management.
Definition in file imgarchive.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| int imgextract | ( | struct image * | image, |
| const char * | name | ||
| ) |
Extract archive image.
| image | Image |
| name | Extracted image name (or NULL to use default) |
| rc | Return status code |
Definition at line 44 of file imgarchive.c.
References image_extract(), name, printf(), rc, and strerror().
Referenced by imgextract_exec().
1.8.15