mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
[linux] Use dummy SAN device
Allow for easier testing of SAN code by using the dummy SAN device by default. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -15,7 +15,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
#define UMALLOC_LINUX
|
#define UMALLOC_LINUX
|
||||||
#define NAP_LINUX
|
#define NAP_LINUX
|
||||||
#define SMBIOS_LINUX
|
#define SMBIOS_LINUX
|
||||||
#define SANBOOT_NULL
|
#define SANBOOT_DUMMY
|
||||||
#define ENTROPY_LINUX
|
#define ENTROPY_LINUX
|
||||||
#define TIME_LINUX
|
#define TIME_LINUX
|
||||||
#define REBOOT_NULL
|
#define REBOOT_NULL
|
||||||
@@ -25,4 +25,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
|
|
||||||
#define IMAGE_SCRIPT
|
#define IMAGE_SCRIPT
|
||||||
|
|
||||||
|
#define SANBOOT_PROTO_ISCSI
|
||||||
|
#define SANBOOT_PROTO_AOE
|
||||||
|
#define SANBOOT_PROTO_IB_SRP
|
||||||
|
#define SANBOOT_PROTO_FCP
|
||||||
|
#define SANBOOT_PROTO_HTTP
|
||||||
|
|
||||||
#endif /* CONFIG_DEFAULTS_LINUX_H */
|
#endif /* CONFIG_DEFAULTS_LINUX_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user