Avoid qemu raw image format warning
This commit is contained in:
parent
edd7979b3f
commit
d02f1a9efc
@ -31,5 +31,5 @@ uefi_env = env "uefi" do |env|
|
|||||||
end
|
end
|
||||||
|
|
||||||
task "run" do
|
task "run" do
|
||||||
sh %W[qemu-system-x86_64 -bios OVMF.fd -hda #{uefi_env.expand("^/efi-loader.img")}]
|
sh %W[qemu-system-x86_64 -bios OVMF.fd -drive file=#{uefi_env.expand("^/efi-loader.img")},format=raw]
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user