소스 검색

Enable parameter in iPXE images

Antony Messerli 3 년 전
부모
커밋
3c9c945747
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

@@ -8,6 +8,7 @@
 #define NET_PROTO_IPV6        /* IPv6 protocol */
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
+#define PARAM_CMD             /* Form parameter commands */
 #define PCI_CMD               /* PCI commands */
 #define PING_CMD              /* Ping command */
 #define REBOOT_CMD            /* Reboot command */

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

@@ -7,6 +7,7 @@
 #define NET_PROTO_IPV6        /* IPv6 protocol */
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
+#define PARAM_CMD             /* Form parameter commands */
 #define PCI_CMD               /* PCI commands */
 #define PING_CMD              /* Ping command */
 #define REBOOT_CMD            /* Reboot command */