diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-10-13 10:05:23 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-10-13 10:05:51 +0100 |
commit | 54c024e0af429e544137fb12002591cea50634a8 (patch) | |
tree | 479cfd4116d46412a821257154ed51963da3d7e9 /src/config | |
parent | d4e152e7667ce8603c2517b8b0e025e54164d6bd (diff) | |
download | ipxe-54c024e0af429e544137fb12002591cea50634a8.tar.gz |
[sanboot] Quick and dirty hack to make SAN boot protocols selectable
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/defaults/pcbios.h | 3 | ||||
-rw-r--r-- | src/config/general.h | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index 80faef13c..e1360f533 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -22,4 +22,7 @@ #define IMAGE_BZIMAGE /* Linux bzImage image support */ #define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */ +#define SANBOOT_PROTO_ISCSI /* iSCSI protocol */ +#define SANBOOT_PROTO_AOE /* AoE protocol */ + #endif /* CONFIG_DEFAULTS_PCBIOS_H */ diff --git a/src/config/general.h b/src/config/general.h index bf1afd765..d18c9ccaa 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -38,6 +38,14 @@ #undef DOWNLOAD_PROTO_FSP /* FSP? */ /* + * SAN boot protocols + * + */ + +//#undef SANBOOT_PROTO_ISCSI /* iSCSI protocol */ +//#undef SANBOOT_PROTO_AOE /* AoE protocol */ + +/* * Name resolution modules * */ |