Skip to content

Commit

Permalink
feat: update Linux to 6.2.11
Browse files Browse the repository at this point in the history
Update to the latest LTS.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit c5fb62e)
  • Loading branch information
smira committed Jan 28, 2025
1 parent 2894507 commit 1abeaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.12.9-talos"
DefaultKernelVersion = "6.12.11-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down

0 comments on commit 1abeaa3

Please sign in to comment.