david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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:
Michael Brown 2017-03-28 15:22:42 +03:00
parent 539088a27b
commit fa879f9f52
1 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define UMALLOC_LINUX
#define NAP_LINUX
#define SMBIOS_LINUX
#define SANBOOT_NULL
#define SANBOOT_DUMMY
#define ENTROPY_LINUX
#define TIME_LINUX
#define REBOOT_NULL
@ -25,4 +25,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
#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 */