bugfix bad netboot config

This commit is contained in:
pedro 2024-09-24 12:14:33 -03:00
parent f888eb39f9
commit 221b232ba1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ install_netboot() {
cd "${tftp_path}" cd "${tftp_path}"
wget http://ftp.debian.org/debian/dists/${VERSION_CODENAME}/main/installer-amd64/current/images/netboot/netboot.tar.gz 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
cat "${tftp_path}/pxelinux.cfg/default" <<END cat > "${tftp_path}/pxelinux.cfg/default" <<END
default wb default wb
label wb label wb