|
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) | |
| FILE_SECBOOT (PERMITTED) | |
| int | imgextract (struct image *image, const char *name) |
| Extract archive image. | |
Archive image management.
Definition in file imgarchive.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
References name.
|
extern |
Extract archive image.
| image | Image |
| name | Extracted image name (or NULL to use default) |
| rc | Return status code |
Definition at line 45 of file imgarchive.c.
References image_extract(), name, printf(), rc, and strerror().
Referenced by COMMAND(), and imgextract_exec().