pxe: fix wrong paths TFTP/PXE
This commit is contained in:
parent
5aae459ca4
commit
13b17dbcf7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue