pxe: fix wrong paths TFTP/PXE
This commit is contained in:
parent
5aae459ca4
commit
13b17dbcf7
|
@ -69,8 +69,8 @@ install_netboot() {
|
||||||
default wb
|
default wb
|
||||||
|
|
||||||
label wb
|
label wb
|
||||||
KERNEL linux
|
KERNEL vmlinuz
|
||||||
INITRD initrd.gz
|
INITRD initrd.img
|
||||||
APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae
|
APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae
|
||||||
END
|
END
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue