summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/10-install_ipxe.inc
diff options
context:
space:
mode:
authorChristian Rößler2018-05-07 15:42:08 +0200
committerChristian Rößler2018-05-07 15:42:08 +0200
commit26484cbeb8e00390766d2f4511ba53191187511c (patch)
treea705832a094f95e3468c031e056a70ff72b753a5 /satellit_installer/includes/10-install_ipxe.inc
parent[SSPS] iPXE compilation in background added (diff)
downloadsetup-scripts-26484cbeb8e00390766d2f4511ba53191187511c.tar.gz
setup-scripts-26484cbeb8e00390766d2f4511ba53191187511c.tar.xz
setup-scripts-26484cbeb8e00390766d2f4511ba53191187511c.zip
[SSPS] Two really stoooopid bugs
Diffstat (limited to 'satellit_installer/includes/10-install_ipxe.inc')
-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 ec3878d..0205552 100644
--- a/satellit_installer/includes/10-install_ipxe.inc
+++ b/satellit_installer/includes/10-install_ipxe.inc
@@ -20,7 +20,7 @@ install_ipxe() {
compile_ipxe() {
echo "*** compiling iPXE in the background ..."
[ -z "$1" ] && perror "Call compile_ipxe with target directory!"
- cd cd "$1"/src
+ cd "$1"/src
make bin/undionly.kkkpxe
if [ "$ERR" -ne 0 ]; then
pwarning "*** Background compilation of iPXE failed."