pxe: bugfix to continue

This commit is contained in:
pedro 2024-09-25 13:00:15 -03:00
parent 5f4f4f7515
commit 9f5cb9622b
1 changed files with 1 additions and 1 deletions

View File

@ -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