From 1a6cdbd752f54005ad0dc5bf9910c319035b2c54 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 25 Sep 2024 09:54:16 -0300 Subject: [PATCH] pxe: fix wrong paths TFTP/PXE --- 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 59ae7e6..332ba55 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -69,8 +69,8 @@ install_netboot() { default wb label wb - KERNEL linux - INITRD initrd.gz + KERNEL vmlinuz + INITRD initrd.img APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae END fi