You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ifuname -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
onlyuname -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.
The text was updated successfully, but these errors were encountered: