]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[linux] Use dummy SAN device
authorMichael Brown <mcb30@ipxe.org>
Tue, 28 Mar 2017 12:22:42 +0000 (15:22 +0300)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Mar 2017 14:34:41 +0000 (17:34 +0300)
Allow for easier testing of SAN code by using the dummy SAN device by
default.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/defaults/linux.h

index bc5ba7851a04c40e33461c5590db0b9453890ea3..75fd617f9352d7a58913f5d8157332042aff1680 100644 (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 */