Replies: 3 comments 3 replies
-
If it is not possible to update kernel for already created VM, I wonder if it possible to use another, newer Alpine image: I found that discussion that answers my question partially. And I wonder if I can build Alpine Lima image with, for example, The only question here (at least, for now ^^), what image edition should be built and what edition is placed in releases in Alpine Lima and then used by Colima? Is it |
Beta Was this translation helpful? Give feedback.
-
Or another option is to use aports for 3.18.0 release to build required packages manually? I am not sure if it is a simple way... |
Beta Was this translation helpful? Give feedback.
-
I have built new image with |
Beta Was this translation helpful? Give feedback.
-
Hi!
I want to build some kernel modules for Colima VM. And for that purpose required files such as Linux headers in
/lib/modules/<kernel version>/build/
are missing. I'm new to Alpine, but as far as I know, they can be installed withapk
packageslinux-headers
andlinux-virt-dev
.I figured out that for for the latest Colima VM you use an image of Alpine Linux 3.18.0 with kernel
6.1.29-0-virt
, but usedapk
repositories (https://dl-cdn.alpinelinux.org/alpine/v3.18/main and https://dl-cdn.alpinelinux.org/alpine/v3.18/community) point to packages for Alpine Linux 3.18.2. Andlinux-headers
andlinux-virt-dev
packages are now for6.1.35
kernel. Local packages in/media/sr0/apks
from OS image also don't containlinux-headers
andlinux-virt-dev
.Is it possible to upgrade VM kernel version in order to meet packages version? I've tried some methods but all fail.
Or, maybe, can I somehow get packages for the current kernel version? I was really surprised, but I am unable to find suitable versions of packages, only the latest are available.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions