]> git.ipfire.org Git - oddments/ipfire-netboot.git/blobdiff - config/general.h
Migrate to iPXE.
[oddments/ipfire-netboot.git] / config / general.h
index e60a0e2e780643152fe81246a0afd7e9f026ea57..142c99db36e46537a8aad9ceabeb416d4684a0a6 100644 (file)
@@ -2,15 +2,15 @@
 #undef PRODUCT_NAME
 #define PRODUCT_NAME "IPFire Boot Server (boot.ipfire.org)"
 
-// Enable FTP protocol
-#define DOWNLOAD_PROTO_FTP
-
-// Disable SAN stuff
-#undef SANBOOT_CMD
+// Enable support for syslinux's com32 images.
+#define IMAGE_COMBOOT
 
-// Disable wireless stuff
-#undef IWMGMT_CMD
-#undef CRYPTO_80211_WEP
-#undef CRYPTO_80211_WPA
-#undef CRYPTO_80211_WPA2
+// Enable support for FTP and HTTPS downloads.
+#define DOWNLOAD_PROTO_FTP
+#define DOWNLOAD_PROTO_HTTPS
 
+// Disable iSCSI, AoE, Infiniband SCSI RDMA protocol and FibreChannel
+#undef SANBOOT_PROTO_ISCSI
+#undef SANBOOT_PROTO_AOE
+#undef SANBOOT_PROTO_IB_SRP
+#undef SANBOOT_PROTO_FCP