From 9e96ae52d041809c5a8acc34b7b1d7af8a41137d Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 25 Sep 2024 13:15:55 -0300 Subject: [PATCH] pxe: change initrd location in tftp --- 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 d312279..cea532c 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -77,7 +77,7 @@ default wb label wb KERNEL vmlinuz - INITRD initrd.img + INITRD initrd APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae END cd -