pxe: fix wrong paths TFTP/PXE

This commit is contained in:
pedro 2024-09-25 09:54:16 -03:00
parent 5aae459ca4
commit 13b17dbcf7
1 changed files with 2 additions and 2 deletions

View File

@ -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