We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Likely due to wrong -machine arguments - https://github.com/weldr/lorax/blob/master/src/pylorax/installer.py#L187
-machine
Need to move arch specific arguments into the QEMU_CMDS dict. Somewhat related is #785 discussing cross-arch support.
The text was updated successfully, but these errors were encountered:
Also, the firmware files are not named OVMF_*, see the contents of the aarch64 edk2 package - https://koji.fedoraproject.org/koji/rpminfo?rpmID=34394143
OVMF_*
Sorry, something went wrong.
I started this already in #1108 :)
Fixed in #1108
bcl
No branches or pull requests
Likely due to wrong
-machine
arguments - https://github.com/weldr/lorax/blob/master/src/pylorax/installer.py#L187Need to move arch specific arguments into the QEMU_CMDS dict. Somewhat related is #785 discussing cross-arch support.
The text was updated successfully, but these errors were encountered: