Skip to content
New issue

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

virtme-ng: only match a single downloaded kernel on arm64 #172

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

anisse
Copy link
Contributor

@anisse anisse commented Oct 4, 2024

The glob currently matches two vmlinuz when using ubuntu mainline kernels: vmlinuz-6.6.51-060651-generic and
vmlinuz-6.6.51-060651-generic-64k ; but we only need one of the two, otherwise we'll fail with this error:

virtme-run: error: unrecognized arguments: /home/anisse/.cache/virtme-ng/v6.6.51/arm64/boot/vmlinuz-6.6.51-060651-generic-64k

At least this way it should work better, hopefully without breaking other architectures' vmlinuz detection.

The glob currently matches two vmlinuz when using ubuntu mainline
kernels: vmlinuz-6.6.51-060651-generic and
vmlinuz-6.6.51-060651-generic-64k ; but we only need one of the two,
otherwise we'll fail with this error:

virtme-run: error: unrecognized arguments: /home/anisse/.cache/virtme-ng/v6.6.51/arm64/boot/vmlinuz-6.6.51-060651-generic-64k

At least this way it should work better, hopefully without breaking
other architectures' vmlinuz detection.
@arighi arighi merged commit ee3f58a into arighi:main Oct 4, 2024
4 checks passed
@anisse anisse deleted the arm64-kernel-match branch October 4, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants