diff --git a/changelog/bugfixes/2025-11-05-fix-modprobe-via-udevd.md b/changelog/bugfixes/2025-11-05-fix-modprobe-via-udevd.md new file mode 100644 index 0000000000..da0e38ffc6 --- /dev/null +++ b/changelog/bugfixes/2025-11-05-fix-modprobe-via-udevd.md @@ -0,0 +1 @@ +- Fixed the loading of kernel modules from system extensions via udev (e.g. at boot time). diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/systemd b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/systemd index 3806da9f57..f5f1ad0bbb 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/systemd +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/systemd @@ -11,3 +11,16 @@ After=ensure-sysext.service EOF popd } + +cros_post_src_install_udev() { + insinto "$(systemd_get_systemunitdir)/systemd-udevd.service.d" + newins - flatcar.conf <