-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: update image label with actual kernel version #220
Comments
I haven't checked yet, but I think we could add this to |
While we're at it, version is using date right now, which is fine -- but it would be nice if it also included commit or build number so two builds on the same date have different version strings. |
that's fine, but lets make that a distinct issue, probably start in main? |
- simplify nvidia build - use akmods kernel version for ostree.linux - use KERNEL_FLAVOR (not HWE) to match akmods - verifiy both the main source image and the akmods-nvidia images Fixes: #220
Since we use differing kernels from upstream, we should be properly setting the
ostree.linux
label on the image to reflect the actual kernel within the image.The text was updated successfully, but these errors were encountered: