From 9af64b27983915c7bede9d3c444e1fe3f72098c4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 18 Apr 2019 14:25:46 +0200 Subject: [SSPS/SSUS] Install remap file for tftpd This works around buggy PXE clients that pad the filename with a lot of FF bytes. --- satellit_upgrader/pack-update.sh | 1 + satellit_upgrader/updater.template.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'satellit_upgrader') diff --git a/satellit_upgrader/pack-update.sh b/satellit_upgrader/pack-update.sh index a44265e..64f7000 100755 --- a/satellit_upgrader/pack-update.sh +++ b/satellit_upgrader/pack-update.sh @@ -225,6 +225,7 @@ if [ -z "$LEAN" ]; then addinstallfile "tftpd/tftpd-hpa.service" addinstallfile "tftpd/tftpd-hpa" + addinstallfile "tftpd/tftpd-remap" # TODO: Unify more source ../satellit_installer/includes/10-sudo_config.inc diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index faf05f5..ea302e4 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -569,6 +569,7 @@ fi diffcp "tftpd/tftpd-hpa" "/etc/default/tftpd-hpa" && chg=true diffcp "tftpd/tftpd-hpa.service" "/etc/systemd/system/tftpd-hpa.service" && chg=true +diffcp "tftpd/tftpd-remap" "/opt/openslx/tftpd-remap" && chg=true if "$chg"; then ln -s -f "../tftpd-hpa.service" "/etc/systemd/system/multi-user.target.wants/" systemctl daemon-reload -- cgit v1.2.3-55-g7522