From b5198f15b54f417829127c13287478209174e933 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Mon, 24 Nov 2025 15:21:19 +0100 Subject: [PATCH] changelog: add missing link Signed-off-by: Mathieu Tortuyaux --- changelog/bugfixes/2025-11-05-fix-modprobe-via-udevd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/bugfixes/2025-11-05-fix-modprobe-via-udevd.md b/changelog/bugfixes/2025-11-05-fix-modprobe-via-udevd.md index da0e38ffc65..ba4f511e0ad 100644 --- a/changelog/bugfixes/2025-11-05-fix-modprobe-via-udevd.md +++ b/changelog/bugfixes/2025-11-05-fix-modprobe-via-udevd.md @@ -1 +1 @@ -- Fixed the loading of kernel modules from system extensions via udev (e.g. at boot time). +- Fixed the loading of kernel modules from system extensions via udev (e.g. at boot time). ([flatcar/scripts#3367](https://github.com/flatcar/scripts/pull/3367))