Skip to content

kernel: allow specifying version - #55

Merged
supakeen merged 1 commit into
mainfrom
kernel-version
Aug 26, 2026
Merged

kernel: allow specifying version#55
supakeen merged 1 commit into
mainfrom
kernel-version

Conversation

@supakeen

Copy link
Copy Markdown
Member

Allow specifying a version for the kernel customization so users can pin to a specific version (provided it's available in the repositories). This can't be done through package versions as things will clash in the depsolver as a later transaction can't undo the earlier selected version.

Users need to ensure the version is available in their repositories.

Allow specifying a version for the kernel customization so users can pin
to a specific version (provided it's available in the repositories).
This can't be done through package versions as things will clash in the
depsolver as a later transaction can't undo the earlier selected
version.

Users need to ensure the version is available in their repositories.

Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>

@achilleas-k achilleas-k left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers!

expectedKernel := KernelCustomization{
Name: "kernel",
Version: "6.12.0-211",
Append: "--test",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not a real kernel option!

@avitova avitova left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@supakeen
supakeen added this pull request to the merge queue Aug 26, 2026
Merged via the queue into main with commit e672ccb Aug 26, 2026
4 checks passed
@supakeen
supakeen deleted the kernel-version branch August 26, 2026 08:34
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.

3 participants