From 492c52fb356122cf6b1778499bf696165ccd2b49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 21 Mar 2013 20:22:57 +0100 Subject: [PATCH] - fix also path to udevadm --- systemd-paths.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/systemd-paths.patch b/systemd-paths.patch index c8dd2a4..4728b96 100644 --- a/systemd-paths.patch +++ b/systemd-paths.patch @@ -20,3 +20,14 @@ Type=idle StandardInput=tty-force StandardOutput=inherit +--- dracut-023/modules.d/98systemd/udevadm-cleanup-db.service~ 2012-08-01 15:30:30.000000000 +0200 ++++ dracut-023/modules.d/98systemd/udevadm-cleanup-db.service 2013-03-21 20:22:21.089897000 +0100 +@@ -16,7 +16,7 @@ + + [Service] + Type=oneshot +-ExecStart=-/usr/bin/udevadm info --cleanup-db ++ExecStart=-/sbin/udevadm info --cleanup-db + StandardInput=null + StandardOutput=null + StandardError=null -- 2.44.0