diff options
author | Simon Rettberg | 2021-03-15 15:47:23 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-15 15:47:23 +0100 |
commit | ac211612c1d2654026a72f19bee20ff463729616 (patch) | |
tree | 202b4951c83282c20474331e9196bdf20344e3b6 /satellit_upgrader | |
parent | [SSUS] Get ready for changed static_files struct, support new dnbd3 (diff) | |
download | setup-scripts-ac211612c1d2654026a72f19bee20ff463729616.tar.gz setup-scripts-ac211612c1d2654026a72f19bee20ff463729616.tar.xz setup-scripts-ac211612c1d2654026a72f19bee20ff463729616.zip |
[SS?S] Add syslinux
Required for ipxe build process
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |