summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--satellit_installer/includes/00-variables.inc2
-rw-r--r--satellit_upgrader/updater.template.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 780b975..23618f6 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -24,7 +24,7 @@ PACKAGELIST_SERVER="
nfs-common libowfat0 ldap-utils vim gcc make unattended-upgrades gnupg
libowfat-dev libssl-dev liblzma-dev tftpd-hpa tmate php-xml net-tools
libjansson4 libjansson-dev php-soap mtools socat cmake
- wakeonlan
+ syslinux
"
# Enter here packages needing installation of recommended packages as determines by apt-get:
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh
index b745310..c3dcf85 100644
--- a/satellit_upgrader/updater.template.sh
+++ b/satellit_upgrader/updater.template.sh
@@ -347,6 +347,7 @@ fi
echo "* iPXE"
IPXE_PID=
build=false
+aptinst syslinux # Needed for genfsimg
if grep -qF 'https://git.openslx.org/openslx-ng/ipxe.git' "$PATH_IPXE/.git/config"; then
echo "Updating existing clone"
build=true