From 221b232ba1fac447c95543958ffb932674993544 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 24 Sep 2024 12:14:33 -0300 Subject: [PATCH] bugfix bad netboot config --- 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 834d4f7..61ac4bc 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -47,7 +47,7 @@ install_netboot() { cd "${tftp_path}" wget http://ftp.debian.org/debian/dists/${VERSION_CODENAME}/main/installer-amd64/current/images/netboot/netboot.tar.gz tar xvf netboot.tar.gz - cat "${tftp_path}/pxelinux.cfg/default" < "${tftp_path}/pxelinux.cfg/default" <