mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
[sanboot] Quick and dirty hack to make SAN boot protocols selectable
This commit is contained in:
@@ -94,6 +94,17 @@ REQUIRE_OBJECT ( tftm );
|
||||
REQUIRE_OBJECT ( slam );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested SAN boot protocols
|
||||
*
|
||||
*/
|
||||
#ifdef SANBOOT_PROTO_ISCSI
|
||||
REQUIRE_OBJECT ( iscsiboot );
|
||||
#endif
|
||||
#ifdef SANBOOT_PROTO_AOE
|
||||
REQUIRE_OBJECT ( aoeboot );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested resolvers
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user