浏览代码

Merge pull request #902 from netbootxyz/ipxe_images

Enable GZIP and ZLIB options in iPXE
Antony Messerli 4 年之前
父节点
当前提交
d4a3883259
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      roles/netbootxyz/files/ipxe/local/general.h

+ 5 - 3
roles/netbootxyz/files/ipxe/local/general.h

@@ -1,8 +1,10 @@
-#define CONSOLE_CMD		      /* Console command */
+#define CONSOLE_CMD           /* Console command */
 #define DIGEST_CMD            /* Image crypto digest commands */
-#define DOWNLOAD_PROTO_HTTPS  /* Secure Hypertext Transfer Protocol */      
+#define DOWNLOAD_PROTO_HTTPS  /* Secure Hypertext Transfer Protocol */
 #define IMAGE_COMBOOT         /* COMBOOT */
-#define IMAGE_TRUST_CMD	      /* Image trust management commands */
+#define IMAGE_TRUST_CMD       /* Image trust management commands */
+#define IMAGE_GZIP            /* GZIP image support */
+#define IMAGE_ZLIB            /* ZLIB image support */
 #define NET_PROTO_IPV6        /* IPv6 protocol */
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */