浏览代码

Enable CERT_CMD in iPXE

Enables certificate management commands in iPXE

Closes: https://github.com/netbootxyz/netboot.xyz/issues/1259
Antony Messerli 1 年之前
父节点
当前提交
96e361d6a4
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      roles/netbootxyz/files/ipxe/local/general.h
  2. 1 0
      roles/netbootxyz/files/ipxe/local/general.h.efi

+ 1 - 0
roles/netbootxyz/files/ipxe/local/general.h

@@ -1,3 +1,4 @@
+#define CERT_CMD              /* Certificate management commands */
 #define CONSOLE_CMD           /* Console command */
 #define CONSOLE_CMD           /* Console command */
 #define DIGEST_CMD            /* Image crypto digest commands */
 #define DIGEST_CMD            /* Image crypto digest commands */
 #define DOWNLOAD_PROTO_HTTPS  /* Secure Hypertext Transfer Protocol */
 #define DOWNLOAD_PROTO_HTTPS  /* Secure Hypertext Transfer Protocol */

+ 1 - 0
roles/netbootxyz/files/ipxe/local/general.h.efi

@@ -1,3 +1,4 @@
+#define CERT_CMD              /* Certificate management commands */
 #define CONSOLE_CMD           /* Console command */
 #define CONSOLE_CMD           /* Console command */
 #define DIGEST_CMD            /* Image crypto digest commands */
 #define DIGEST_CMD            /* Image crypto digest commands */
 #define DOWNLOAD_PROTO_HTTPS  /* Secure Hypertext Transfer Protocol */
 #define DOWNLOAD_PROTO_HTTPS  /* Secure Hypertext Transfer Protocol */