summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-23 15:09:05 +0200
committerSimon Rettberg2021-07-23 15:09:05 +0200
commit5b835badecafd590c7ab381ef073d6eeb4703204 (patch)
tree5e34dc1d4b55895e2a1b5594418648da07b00d91
parent[SSPS] slx-cert: Fix handling missing/outdated packed certificate (diff)
downloadsetup-scripts-5b835badecafd590c7ab381ef073d6eeb4703204.tar.gz
setup-scripts-5b835badecafd590c7ab381ef073d6eeb4703204.tar.xz
setup-scripts-5b835badecafd590c7ab381ef073d6eeb4703204.zip
[SSPS] Fix mistyped ipxe-bwlp directory name
-rw-r--r--satellit_installer/includes/10-install_ipxe.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/includes/10-install_ipxe.inc b/satellit_installer/includes/10-install_ipxe.inc
index 26eb5d5..020e9ef 100644
--- a/satellit_installer/includes/10-install_ipxe.inc
+++ b/satellit_installer/includes/10-install_ipxe.inc
@@ -7,7 +7,7 @@ install_ipxe() {
mkdir -p "$WWWDIR"
ln -s -f "$TFTPDIR" "$WWWDIR/tftp" || perror "Could not create symlink for tftp dir"
# Add bwlp config
- install_files "bwlp-ipxe"
+ install_files "ipxe-bwlp"
}
compile_ipxe() {