Pārlūkot izejas kodu

Add ping command for debug

Antony Messerli 3 gadi atpakaļ
vecāks
revīzija
78feece77b

+ 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 */