define ALT kernel version

This commit is contained in:
Алексей Шабалин 2024-10-29 17:00:17 +03:00
parent 461d090d31
commit 09be189334

View File

@ -14,7 +14,7 @@ import (
const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.6.58-talos"
DefaultKernelVersion = "6.6.58-alt1"
// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"