From d7b4527c491401cd5a6b0fb65fed60cd1b064a51 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 31 Jul 2017 19:04:50 +0200 Subject: [SSPS] For Debian 9, ipxe patch changed etc. --- satellit_installer/includes/10-install_ipxe.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'satellit_installer/includes/10-install_ipxe.inc') diff --git a/satellit_installer/includes/10-install_ipxe.inc b/satellit_installer/includes/10-install_ipxe.inc index 1fb14d3..cbbd509 100644 --- a/satellit_installer/includes/10-install_ipxe.inc +++ b/satellit_installer/includes/10-install_ipxe.inc @@ -5,7 +5,7 @@ install_ipxe() { # git clone --depth 1 git://git.ipxe.org/ipxe.git "$1" || perror "Cloning ipxe repo failed" git clone git://git.ipxe.org/ipxe.git "$1" || perror "Cloning ipxe repo failed" cd "$1" - git reset --hard 6a3ffa0114411ae4aa6c4485c6058bf03fec3623 + git reset --hard 936657832f2262ad04bdf16b9229ce0b1d1c174f git apply --ignore-whitespace < "${BASEDIR}/static_files/ipxe.patch" || perror "Could not patch ipxe compile-time configuration" cd - > /dev/null wget -O "$1/pxelinux.0" "$HTTP_BASE/pxelinux.0" || perror "Could not download pxelinux 4 from $HTTP_BASE" -- cgit v1.2.3-55-g7522