]> git.ipfire.org Git - oddments/ipfire-netboot.git/blob - config/general.h
142c99db36e46537a8aad9ceabeb416d4684a0a6
[oddments/ipfire-netboot.git] / config / general.h
1
2 #undef PRODUCT_NAME
3 #define PRODUCT_NAME "IPFire Boot Server (boot.ipfire.org)"
4
5 // Enable support for syslinux's com32 images.
6 #define IMAGE_COMBOOT
7
8 // Enable support for FTP and HTTPS downloads.
9 #define DOWNLOAD_PROTO_FTP
10 #define DOWNLOAD_PROTO_HTTPS
11
12 // Disable iSCSI, AoE, Infiniband SCSI RDMA protocol and FibreChannel
13 #undef SANBOOT_PROTO_ISCSI
14 #undef SANBOOT_PROTO_AOE
15 #undef SANBOOT_PROTO_IB_SRP
16 #undef SANBOOT_PROTO_FCP