diff options
author | Simon Rettberg | 2021-06-16 09:49:21 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-06-16 09:49:21 +0200 |
commit | 1940fd3f998be33e7c672981934b74267c308832 (patch) | |
tree | 6a4d389eafb4f608190c207e443d8c34c9a22ebb | |
parent | [SSPS] slx-cert: Don't mess everything up if process gets interrupted (diff) | |
download | setup-scripts-1940fd3f998be33e7c672981934b74267c308832.tar.gz setup-scripts-1940fd3f998be33e7c672981934b74267c308832.tar.xz setup-scripts-1940fd3f998be33e7c672981934b74267c308832.zip |
[SSPS] Properly copy ipxe config
-rw-r--r-- | satellit_installer/includes/10-install_ipxe.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/satellit_installer/includes/10-install_ipxe.inc b/satellit_installer/includes/10-install_ipxe.inc index 1668bd0..26eb5d5 100644 --- a/satellit_installer/includes/10-install_ipxe.inc +++ b/satellit_installer/includes/10-install_ipxe.inc @@ -6,10 +6,8 @@ install_ipxe() { # Symlink for USB-Stick HTTP access mkdir -p "$WWWDIR" ln -s -f "$TFTPDIR" "$WWWDIR/tftp" || perror "Could not create symlink for tftp dir" - # Patch config - local PATH_IPXE="$1" - ipxe_enable CONSOLE_FRAMEBUFFER CONSOLE_CMD MENU_CMD PARAM_CMD DOWNLOAD_PROTO_HTTPS IMAGE_PNG NVO_CMD IFMGMT_CMD LOGIN_CMD SHELL_CMD MENU_CMD REBOOT_CMD POWEROFF_CMD VRAM_SETTINGS - ipxe_disable NET_PROTO_STP NET_PROTO_LACP CRYPTO_80211_WEP CRYPTO_80211_WPA CRYPTO_80211_WPA2 IWMGMT_CMD IBMGMT_CMD FCMGMT_CMD CONSOLE_SERIAL + # Add bwlp config + install_files "bwlp-ipxe" } compile_ipxe() { |