Browse Source

[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>
tags/v1.20.1
Michael Brown 7 years ago
parent
commit
fa879f9f52
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      src/config/defaults/linux.h

+ 7
- 1
src/config/defaults/linux.h View File

@@ -15,7 +15,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
15 15
 #define UMALLOC_LINUX
16 16
 #define NAP_LINUX
17 17
 #define SMBIOS_LINUX
18
-#define SANBOOT_NULL
18
+#define SANBOOT_DUMMY
19 19
 #define ENTROPY_LINUX
20 20
 #define TIME_LINUX
21 21
 #define REBOOT_NULL
@@ -25,4 +25,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
25 25
 
26 26
 #define IMAGE_SCRIPT
27 27
 
28
+#define SANBOOT_PROTO_ISCSI
29
+#define SANBOOT_PROTO_AOE
30
+#define SANBOOT_PROTO_IB_SRP
31
+#define SANBOOT_PROTO_FCP
32
+#define SANBOOT_PROTO_HTTP
33
+
28 34
 #endif /* CONFIG_DEFAULTS_LINUX_H */

Loading…
Cancel
Save