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

Creating busybox image fails #193

Open
santifa opened this issue Nov 24, 2021 · 1 comment
Open

Creating busybox image fails #193

santifa opened this issue Nov 24, 2021 · 1 comment
Assignees

Comments

@santifa
Copy link

santifa commented Nov 24, 2021

I tried to run the vmm-reference with the busybox image.
Building the image fails with Kernel config not found.

The config.sh sets the variable only if uname -i returns a known platform.
I tried a debian buster and a arch linux where both answers with unknown.

I would recommend to add a flag for choosing the hw platform or use lscpu | grep <hw-platform>.
Following the man page man 2 uname only uname -m is safe and meaningful.

I have another question: Is it possible to run block devices with a valid grub partition directly?

Thanks for the hard work.

@gsserge gsserge self-assigned this Nov 24, 2021
@gsserge
Copy link

gsserge commented Nov 24, 2021

I've submitted a PR for the first issue #194

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

No branches or pull requests

2 participants