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