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/defaults/pcbios.h | |
parent | d4e152e7667ce8603c2517b8b0e025e54164d6bd (diff) | |
download | ipxe-54c024e0af429e544137fb12002591cea50634a8.tar.gz |
[sanboot] Quick and dirty hack to make SAN boot protocols selectable
Diffstat (limited to 'src/config/defaults/pcbios.h')
-rw-r--r-- | src/config/defaults/pcbios.h | 3 |
1 files changed, 3 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 */ |