diff --git a/scripts/ci/ipxe-run.sh b/scripts/ci/ipxe-run.sh index 57afc7a13..b9f486b64 100755 --- a/scripts/ci/ipxe-run.sh +++ b/scripts/ci/ipxe-run.sh @@ -23,7 +23,7 @@ cat < "$IPXE_PATH/dts.ipxe" #!ipxe imgfetch --name file_kernel $BZ_IMAGE_FILENAME imgfetch --name file_initrd $DTS_IMAGE_FILENAME -kernel file_kernel root=/dev/nfs initrd=file_initrd +kernel file_kernel initrd=file_initrd boot EOF