mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
[Command] Add "sanboot" command.
This commit is contained in:
@@ -175,6 +175,9 @@ REQUIRE_OBJECT ( image_cmd );
|
||||
#ifdef DHCP_CMD
|
||||
REQUIRE_OBJECT ( dhcp_cmd );
|
||||
#endif
|
||||
#ifdef SANBOOT_CMD
|
||||
REQUIRE_OBJECT ( sanboot_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
Reference in New Issue
Block a user