[sanboot] Quick and dirty hack to make SAN boot protocols selectable

This commit is contained in:
Michael Brown
2008-10-13 10:05:23 +01:00
parent d4e152e766
commit 54c024e0af
9 changed files with 64 additions and 22 deletions

View File

@@ -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 */

View File

@@ -37,6 +37,14 @@
#undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
#undef DOWNLOAD_PROTO_FSP /* FSP? */
/*
* SAN boot protocols
*
*/
//#undef SANBOOT_PROTO_ISCSI /* iSCSI protocol */
//#undef SANBOOT_PROTO_AOE /* AoE protocol */
/*
* Name resolution modules
*