From 4909a9e553ab697ba3e97e264eb20c8f9e45a6d7 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 26 Feb 2024 08:43:37 +0100 Subject: [PATCH] patches: backport finit silence udevd by default Signed-off-by: Joachim Wiberg --- ...02-system-drop-debug-mode-from-udevd.patch | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 patches/finit/4.7/0002-system-drop-debug-mode-from-udevd.patch diff --git a/patches/finit/4.7/0002-system-drop-debug-mode-from-udevd.patch b/patches/finit/4.7/0002-system-drop-debug-mode-from-udevd.patch new file mode 100644 index 00000000..f60e76af --- /dev/null +++ b/patches/finit/4.7/0002-system-drop-debug-mode-from-udevd.patch @@ -0,0 +1,27 @@ +From 5998342b3e55638b0f7248383e939a64f53fa8ff Mon Sep 17 00:00:00 2001 +From: Joachim Wiberg +Date: Mon, 26 Feb 2024 08:41:14 +0100 +Subject: [PATCH] system: drop debug mode from udevd +Organization: Addiva Elektronik + +Signed-off-by: Joachim Wiberg +--- + system/10-hotplug.conf.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/system/10-hotplug.conf.in b/system/10-hotplug.conf.in +index 49ea081..a4f64b5 100644 +--- a/system/10-hotplug.conf.in ++++ b/system/10-hotplug.conf.in +@@ -19,7 +19,7 @@ + + # Check for systemd-udevd and eudev, if we find both, we opt for the latter. + service nowarn [S12345789] cgroup.system name:udevd notify:none pid:udevd log /lib/systemd/systemd-udevd -- Device event daemon (udev) +-service nowarn [S12345789] cgroup.system name:udevd notify:none pid:udevd log udevd -D -- Device event daemon (udev) ++service nowarn [S12345789] cgroup.system name:udevd notify:none pid:udevd log udevd -- Device event daemon (udev) + + # Wait for udevd to start, then trigger coldplug events and module loading. + # The last 'settle' call waits for it to finalize processing all uevents. +-- +2.34.1 +