From 0d8dd533edf16acedf17e723ea459db34e233d76 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 24 Sep 2024 13:41:39 -0300 Subject: [PATCH] pxe: try fixing kernel and initrd --- pxe/install-pxe.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pxe/install-pxe.sh b/pxe/install-pxe.sh index 5770bc0..c8448f4 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -48,12 +48,14 @@ 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 + cp debian-installer/amd64/linux . + cp debian-installer/amd64/initrd.gz . cat > "${tftp_path}/pxelinux.cfg/default" <