summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-15 15:47:23 +0100
committerSimon Rettberg2021-03-15 15:47:23 +0100
commitac211612c1d2654026a72f19bee20ff463729616 (patch)
tree202b4951c83282c20474331e9196bdf20344e3b6
parent[SSUS] Get ready for changed static_files struct, support new dnbd3 (diff)
downloadsetup-scripts-ac211612c1d2654026a72f19bee20ff463729616.tar.gz
setup-scripts-ac211612c1d2654026a72f19bee20ff463729616.tar.xz
setup-scripts-ac211612c1d2654026a72f19bee20ff463729616.zip
[SS?S] Add syslinux
Required for ipxe build process
-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