mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
[image] Add the "imgtrust" and "imgverify" commands
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -217,6 +217,9 @@ REQUIRE_OBJECT ( route_cmd );
|
||||
#ifdef IMAGE_CMD
|
||||
REQUIRE_OBJECT ( image_cmd );
|
||||
#endif
|
||||
#ifdef IMAGE_TRUST_CMD
|
||||
REQUIRE_OBJECT ( image_trust_cmd );
|
||||
#endif
|
||||
#ifdef DHCP_CMD
|
||||
REQUIRE_OBJECT ( dhcp_cmd );
|
||||
#endif
|
||||
|
||||
@@ -126,6 +126,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define VLAN_CMD /* VLAN commands */
|
||||
//#define PXE_CMD /* PXE commands */
|
||||
//#define REBOOT_CMD /* Reboot command */
|
||||
//#define IMAGE_TRUST_CMD /* Image trust management commands */
|
||||
|
||||
/*
|
||||
* ROM-specific options
|
||||
|
||||
Reference in New Issue
Block a user