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: opensuse tumbleweed fixes #72

Merged
merged 2 commits into from
Feb 16, 2024
Merged

virtme-ng: opensuse tumbleweed fixes #72

merged 2 commits into from
Feb 16, 2024

Conversation

arighi
Copy link
Owner

@arighi arighi commented Feb 16, 2024

More fixes for openSUSE (@marcosps FYI).

Andrea Righi added 2 commits February 16, 2024 09:07
In some distro (such as openSUSE Tumbleweed) pip install may run in a
virtualenv and it can fail to include some dependend modules, breaking
the install.

Make sure to always include the standard site-packages path to prevent
this issue.

Signed-off-by: Andrea Righi <[email protected]>
Some pre-compiled kernels may not have all the modules required by
microvm (virtio_mmio / virtio_pci) statically built inside the kernel,
causing a boot failure.

This can happen for example with the stock kernel in openSUSE
Tumbleweed.

To prevent this from happening always include the modules required by
microvm, so that we can boot also these kernels without having to
disable microvm.

With this change applied we can run the stock openSUSE Tumbleweed kernel
via `vng -vr`.

Signed-off-by: Andrea Righi <[email protected]>
@marcosps
Copy link
Collaborator

Tested here, and it worked as expected. I don't need to specify any additional arguments to make it work. Thanks a lot!

@arighi arighi merged commit 78ecd99 into main Feb 16, 2024
8 checks passed
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