Skip to content

Commit

Permalink
scripts/ci/ipxe-run.sh: fix script
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Kaverinskyi <[email protected]>
  • Loading branch information
EduKav1813 committed Dec 23, 2024
1 parent d8ef4a7 commit fffa2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/ipxe-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cat <<EOF > "$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

Expand Down

0 comments on commit fffa2fd

Please sign in to comment.