mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-11 12:31:44 +01:00
chore: move system extensions' udev rules
Update packages and relevant paths Ref: siderolabs/pkgs#1053 Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
This commit is contained in:
parent
3067f64c84
commit
8680351c13
@ -794,6 +794,7 @@ RUN <<END
|
|||||||
END
|
END
|
||||||
|
|
||||||
FROM rootfs-base-${TARGETARCH} AS rootfs-base
|
FROM rootfs-base-${TARGETARCH} AS rootfs-base
|
||||||
|
RUN mkdir -p /rootfs/usr/etc
|
||||||
RUN echo "true" > /rootfs/usr/etc/in-container
|
RUN echo "true" > /rootfs/usr/etc/in-container
|
||||||
RUN find /rootfs -print0 \
|
RUN find /rootfs -print0 \
|
||||||
| xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
|
| xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ TOOLS ?= ghcr.io/siderolabs/tools:v1.9.0-alpha.0-4-g2058296
|
|||||||
DEBUG_TOOLS_SOURCE := scratch
|
DEBUG_TOOLS_SOURCE := scratch
|
||||||
|
|
||||||
PKGS_PREFIX ?= ghcr.io/siderolabs
|
PKGS_PREFIX ?= ghcr.io/siderolabs
|
||||||
PKGS ?= v1.9.0-alpha.0-26-gc9282c8
|
PKGS ?= v1.9.0-alpha.0-28-g38304a6
|
||||||
EXTRAS ?= v1.9.0-alpha.0-1-geab6e58
|
EXTRAS ?= v1.9.0-alpha.0-1-geab6e58
|
||||||
|
|
||||||
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
|
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
|
||||||
|
|||||||
@ -18,7 +18,7 @@ preface = """
|
|||||||
[notes.updates]
|
[notes.updates]
|
||||||
title = "Component Updates"
|
title = "Component Updates"
|
||||||
description = """\
|
description = """\
|
||||||
Linux: 6.6.57
|
Linux: 6.6.58
|
||||||
containerd: 2.0.0-rc.5
|
containerd: 2.0.0-rc.5
|
||||||
Flannel: 0.26.0
|
Flannel: 0.26.0
|
||||||
Kubernetes: 1.32.0-alpha.2
|
Kubernetes: 1.32.0-alpha.2
|
||||||
|
|||||||
@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultKernelVersion is the default Linux kernel version.
|
// DefaultKernelVersion is the default Linux kernel version.
|
||||||
DefaultKernelVersion = "6.6.57-talos"
|
DefaultKernelVersion = "6.6.58-talos"
|
||||||
|
|
||||||
// KernelModulesPath is the default path to the kernel modules without the kernel version.
|
// KernelModulesPath is the default path to the kernel modules without the kernel version.
|
||||||
KernelModulesPath = "/lib/modules"
|
KernelModulesPath = "/lib/modules"
|
||||||
@ -933,7 +933,7 @@ const (
|
|||||||
KubeSpanLinkMinimumMTU = 1280
|
KubeSpanLinkMinimumMTU = 1280
|
||||||
|
|
||||||
// UdevDir is the path to the udev directory.
|
// UdevDir is the path to the udev directory.
|
||||||
UdevDir = "/usr/etc/udev"
|
UdevDir = "/usr/lib/udev"
|
||||||
|
|
||||||
// UdevRulesPath rules file path.
|
// UdevRulesPath rules file path.
|
||||||
UdevRulesPath = UdevDir + "/" + "rules.d/99-talos.rules"
|
UdevRulesPath = UdevDir + "/" + "rules.d/99-talos.rules"
|
||||||
|
|||||||
@ -16,7 +16,7 @@ var AllowedPaths = []string{
|
|||||||
"/lib64/ld-linux-x86-64.so.2",
|
"/lib64/ld-linux-x86-64.so.2",
|
||||||
// /sbin/ldconfig is required by the nvidia container toolkit.
|
// /sbin/ldconfig is required by the nvidia container toolkit.
|
||||||
"/sbin/ldconfig",
|
"/sbin/ldconfig",
|
||||||
"/usr/etc/udev/rules.d",
|
"/usr/lib/udev/rules.d",
|
||||||
"/usr/local",
|
"/usr/local",
|
||||||
// glvnd, egl and vulkan are needed for OpenGL/Vulkan.
|
// glvnd, egl and vulkan are needed for OpenGL/Vulkan.
|
||||||
"/usr/share/glvnd",
|
"/usr/share/glvnd",
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
v1.9.0-alpha.0-26-gc9282c8
|
v1.9.0-alpha.0-28-g38304a6
|
||||||
Loading…
x
Reference in New Issue
Block a user