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