From 3725f4d42c1a17c7d50f25ce8e7b3df641e4c87c Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 24 Sep 2024 13:03:35 -0300 Subject: [PATCH] pxe: fix path of linux and initrd --- pxe/install-pxe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxe/install-pxe.sh b/pxe/install-pxe.sh index 5b6a2e7..5770bc0 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -52,8 +52,8 @@ install_netboot() { default wb label wb - KERNEL vmlinuz - INITRD initd.img + KERNEL debian-installer/amd64/linux + INITRD debian-installer/amd64/initd.gz APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae END fi