소스 검색

Add ping command for debug

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

@@ -9,6 +9,7 @@
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
 #define PCI_CMD               /* PCI commands */
+#define PING_CMD              /* Ping command */
 #define REBOOT_CMD            /* Reboot command */
 #define TIME_CMD              /* Time commands */
 #define VLAN_CMD              /* VLAN commands */

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

@@ -8,6 +8,7 @@
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
 #define PCI_CMD               /* PCI commands */
+#define PING_CMD              /* Ping command */
 #define REBOOT_CMD            /* Reboot command */
 #define TIME_CMD              /* Time commands */
 #define VLAN_CMD              /* VLAN commands */