ppggff / vagrant-qemu

Use Vagrant to manage machines using QEMU. Test with Apple Silicon / M1 and CentOS aarch64 image
MIT License
408 stars 32 forks source link

Add missing :arch for driver.import(options) #20

Closed elijahr closed 1 year ago

elijahr commented 1 year ago

Because this key was missing, edk2-aarch64-code.fd and edk2-arm-vars.fd would not get copied to id_dir.

ppggff commented 1 year ago

Thanks a lot