mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Allow "imgexec" with no arguments to boot the file that was loaded with
"kernel".
This commit is contained in:
@@ -11,6 +11,7 @@ extern int imgfetch ( const char *filename, const char *name,
|
||||
struct image **new_image );
|
||||
extern int imgload ( struct image *image );
|
||||
extern int imgexec ( struct image *image );
|
||||
extern struct image * imgautoselect ( void );
|
||||
extern void imgstat ( struct image *image );
|
||||
extern void imgfree ( struct image *image );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user