]> git.ipfire.org Git - oddments/ipfire-netboot.git/blame - config/general.h
Migrate to iPXE.
[oddments/ipfire-netboot.git] / config / general.h
CommitLineData
cc25416a
MT
1
2#undef PRODUCT_NAME
3#define PRODUCT_NAME "IPFire Boot Server (boot.ipfire.org)"
4
37ab6e11
MT
5// Enable support for syslinux's com32 images.
6#define IMAGE_COMBOOT
cc25416a 7
37ab6e11
MT
8// Enable support for FTP and HTTPS downloads.
9#define DOWNLOAD_PROTO_FTP
10#define DOWNLOAD_PROTO_HTTPS
cc25416a 11
37ab6e11
MT
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