mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
[image] Add "imgextract" command for extracting archive images
Add the concept of extracting an image from an archive (which could be a single-file archive such as a gzip-compressed file), along with an "imgextract" command to expose this functionality to scripts. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -156,6 +156,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
//#define NTP_CMD /* NTP commands */
|
||||
//#define CERT_CMD /* Certificate management commands */
|
||||
//#define IMAGE_MEM_CMD /* Read memory command */
|
||||
//#define IMAGE_ARCHIVE_CMD /* Archive image management commands */
|
||||
|
||||
/*
|
||||
* ROM-specific options
|
||||
|
||||
Reference in New Issue
Block a user