summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-20 14:21:34 +0200
committerSimon Rettberg2021-04-20 14:21:34 +0200
commit890baed37dd70c2c390dfa619bdffb0f175f6a17 (patch)
tree53fbb559b0489d488d21a0e36b5dd63f482da781
parent[SSUS] Add ldadp service file (diff)
downloadsetup-scripts-890baed37dd70c2c390dfa619bdffb0f175f6a17.tar.gz
setup-scripts-890baed37dd70c2c390dfa619bdffb0f175f6a17.tar.xz
setup-scripts-890baed37dd70c2c390dfa619bdffb0f175f6a17.zip
[SS?S] Add custom iPXE config
-rw-r--r--satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/console.h4
-rw-r--r--satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/general.h32
-rw-r--r--satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/settings.h9
3 files changed, 45 insertions, 0 deletions
diff --git a/satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/console.h b/satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/console.h
new file mode 100644
index 0000000..40659e0
--- /dev/null
+++ b/satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/console.h
@@ -0,0 +1,4 @@
+#ifndef CONSOLE_FRAMEBUFFER
+#define CONSOLE_FRAMEBUFFER
+#endif
+#undef CONSOLE_SERIAL
diff --git a/satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/general.h b/satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/general.h
new file mode 100644
index 0000000..f89c9bc
--- /dev/null
+++ b/satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/general.h
@@ -0,0 +1,32 @@
+#undef NET_PROTO_STP
+#undef NET_PROTO_LACP
+#ifndef DOWNLOAD_PROTO_HTTPS
+#define DOWNLOAD_PROTO_HTTPS
+#endif
+
+#undef CRYPTO_80211_WEP
+#undef CRYPTO_80211_WPA
+#undef CRYPTO_80211_WPA2
+
+#undef IWMGMT_CMD
+#undef IBMGMT_CMD
+#undef FCMGMT_CMD
+
+#ifndef REBOOT_CMD
+#define REBOOT_CMD
+#endif
+#ifndef POWEROFF_CMD
+#define POWEROFF_CMD
+#endif
+#ifndef PARAM_CMD
+#define PARAM_CMD
+#endif
+#ifndef CONSOLE_CMD
+#define CONSOLE_CMD
+#endif
+#ifndef MENU_CMD
+#define MENU_CMD
+#endif
+#ifndef LOGIN_CMD
+#define LOGIN_CMD
+#endif
diff --git a/satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/settings.h b/satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/settings.h
new file mode 100644
index 0000000..309780f
--- /dev/null
+++ b/satellit_installer/static_files/ipxe-bwlp/opt/openslx/ipxe/src/config/local/bwlp/settings.h
@@ -0,0 +1,9 @@
+#ifndef CPUID_SETTINGS
+#define CPUID_SETTINGS
+#endif
+#ifndef VRAM_SETTINGS
+#define VRAM_SETTINGS
+#endif
+#ifndef ACPI_SETTINGS
+#define ACPI_SETTINGS
+#endif