Skip to content

Commit

Permalink
Fix edk2-aarch64-code.fd location
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed Sep 4, 2021
1 parent 38dcd6e commit a68a46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machine/qemu/options_darwin_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func (v *MachineVM) addArchOptions() []string {
"-accel", "hvf",
"-cpu", "cortex-a57",
"-M", "virt,highmem=off",
"-drive", "file=/usr/local/share/qemu/edk2-aarch64-code.fd,if=pflash,format=raw,readonly=on",
"-drive", "file=/opt/homebrew/share/qemu/edk2-aarch64-code.fd,if=pflash,format=raw,readonly=on",
"-drive", "file=" + ovmfDir + ",if=pflash,format=raw"}
return opts
}
Expand Down

0 comments on commit a68a46f

Please sign in to comment.