summaryrefslogtreecommitdiffstats
path: root/src/config/defaults/pcbios.h
diff options
context:
space:
mode:
authorMichael Brown2008-10-13 11:05:23 +0200
committerMichael Brown2008-10-13 11:05:51 +0200
commit54c024e0af429e544137fb12002591cea50634a8 (patch)
tree479cfd4116d46412a821257154ed51963da3d7e9 /src/config/defaults/pcbios.h
parent[config] Make the default image type selection platform-dependent (diff)
downloadipxe-54c024e0af429e544137fb12002591cea50634a8.tar.gz
ipxe-54c024e0af429e544137fb12002591cea50634a8.tar.xz
ipxe-54c024e0af429e544137fb12002591cea50634a8.zip
[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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h
index 80faef13..e1360f53 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 */