Skip to content

Commit

Permalink
[linux] Use dummy SAN device
Browse files Browse the repository at this point in the history
Allow for easier testing of SAN code by using the dummy SAN device by
default.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 28, 2017
1 parent 539088a commit fa879f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/config/defaults/linux.h
Expand Up @@ -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
Expand All @@ -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 */

0 comments on commit fa879f9

Please sign in to comment.