From 9f5cb9622bfef8185434a8e7f4592e27529e90de Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 25 Sep 2024 13:00:15 -0300 Subject: [PATCH] pxe: bugfix to continue --- pxe/install-pxe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxe/install-pxe.sh b/pxe/install-pxe.sh index df8a321..d125dbc 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -66,7 +66,7 @@ install_netboot() { cd "${tftp_path}" if [ ! -f "${tftp_path}/netboot.tar.gz" ]; then wget http://ftp.debian.org/debian/dists/${VERSION_CODENAME}/main/installer-amd64/current/images/netboot/netboot.tar.gz - tar xvf netboot.tar.gz + tar xvf netboot.tar.gz || true rm -rf "${tftp_path}/pxelinux.cfg" fi extract_live_parts_for_tftp