mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Merge pull request #2426 from arm64b/firmware-file-format
qemu: Specify the firmware file format explicitly
This commit is contained in:
commit
ad4131ad4b
@ -537,7 +537,7 @@ func buildQemuCmdline(config QemuConfig) (QemuConfig, []string) {
|
||||
}
|
||||
|
||||
if config.UEFI {
|
||||
qemuArgs = append(qemuArgs, "-pflash", config.FWPath)
|
||||
qemuArgs = append(qemuArgs, "-drive", "if=pflash,format=raw,file="+config.FWPath)
|
||||
}
|
||||
|
||||
// build kernel boot config from kernel/initrd/cmdline
|
||||
|
Loading…
Reference in New Issue
Block a user