瀏覽代碼

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 NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
 #define NTP_CMD               /* NTP commands */
 #define PCI_CMD               /* PCI commands */
 #define PCI_CMD               /* PCI commands */
+#define PING_CMD              /* Ping command */
 #define REBOOT_CMD            /* Reboot command */
 #define REBOOT_CMD            /* Reboot command */
 #define TIME_CMD              /* Time commands */
 #define TIME_CMD              /* Time commands */
 #define VLAN_CMD              /* VLAN 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 NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
 #define NTP_CMD               /* NTP commands */
 #define PCI_CMD               /* PCI commands */
 #define PCI_CMD               /* PCI commands */
+#define PING_CMD              /* Ping command */
 #define REBOOT_CMD            /* Reboot command */
 #define REBOOT_CMD            /* Reboot command */
 #define TIME_CMD              /* Time commands */
 #define TIME_CMD              /* Time commands */
 #define VLAN_CMD              /* VLAN commands */
 #define VLAN_CMD              /* VLAN commands */