]> git.ipfire.org Git - oddments/ipfire-netboot.git/blob - config/general.h
Disable support for FTP
[oddments/ipfire-netboot.git] / config / general.h
1
2 // Enable support for syslinux's com32 images.
3 //#define IMAGE_COMBOOT
4
5 // Enable HTTPS downloads
6 #define DOWNLOAD_PROTO_HTTPS
7
8 // Disable iSCSI, AoE, Infiniband SCSI RDMA protocol and FibreChannel
9 #undef SANBOOT_PROTO_ISCSI
10 #undef SANBOOT_PROTO_AOE
11 #undef SANBOOT_PROTO_IB_SRP
12 #undef SANBOOT_PROTO_FCP