From 5b835badecafd590c7ab381ef073d6eeb4703204 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 23 Jul 2021 15:09:05 +0200 Subject: [SSPS] Fix mistyped ipxe-bwlp directory name --- satellit_installer/includes/10-install_ipxe.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3-55-g7522