瀏覽代碼

Add PNG, VRAM, and poweroff commands to builds

Antony Messerli 3 年之前
父節點
當前提交
fec880d535
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      roles/netbootxyz/files/ipxe/local/general.h
  2. 2 0
      roles/netbootxyz/files/ipxe/local/general.h.efi

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

@@ -4,6 +4,7 @@
 #define IMAGE_COMBOOT         /* COMBOOT */
 #define IMAGE_TRUST_CMD       /* Image trust management commands */
 #define IMAGE_GZIP            /* GZIP image support */
+#define IMAGE_PNG             /* PNG image support */
 #define IMAGE_ZLIB            /* ZLIB image support */
 #define NET_PROTO_IPV6        /* IPv6 protocol */
 #define NSLOOKUP_CMD          /* DNS resolving command */
@@ -11,6 +12,7 @@
 #define PARAM_CMD             /* Form parameter commands */
 #define PCI_CMD               /* PCI commands */
 #define PING_CMD              /* Ping command */
+#define POWEROFF_CMD          /* Power off commands */
 #define REBOOT_CMD            /* Reboot command */
 #define TIME_CMD              /* Time commands */
 #define VLAN_CMD              /* VLAN commands */

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

@@ -3,6 +3,7 @@
 #define DOWNLOAD_PROTO_HTTPS  /* Secure Hypertext Transfer Protocol */
 #define IMAGE_TRUST_CMD       /* Image trust management commands */
 #define IMAGE_GZIP            /* GZIP image support */
+#define IMAGE_PNG             /* PNG image support */
 #define IMAGE_ZLIB            /* ZLIB image support */
 #define NET_PROTO_IPV6        /* IPv6 protocol */
 #define NSLOOKUP_CMD          /* DNS resolving command */
@@ -10,6 +11,7 @@
 #define PARAM_CMD             /* Form parameter commands */
 #define PCI_CMD               /* PCI commands */
 #define PING_CMD              /* Ping command */
+#define POWEROFF_CMD          /* Power off commands */
 #define REBOOT_CMD            /* Reboot command */
 #define TIME_CMD              /* Time commands */
 #define VLAN_CMD              /* VLAN commands */