mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 02:20:19 +03:00
Placeholder bzImage support
This commit is contained in:
@@ -140,6 +140,9 @@ REQUIRE_OBJECT ( pxe_image );
|
||||
#ifdef IMAGE_SCRIPT
|
||||
REQUIRE_OBJECT ( script );
|
||||
#endif
|
||||
#ifdef IMAGE_BZIMAGE
|
||||
REQUIRE_OBJECT ( bzimage );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested commands
|
||||
|
||||
Reference in New Issue
Block a user