Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 2565d442133d17866d7a0458852920c6 > files > 116

dracut-005-5.fc13.src.rpm

From f052b4d195f51aaa66d5d9f761ff0170b1faa34f Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Fri, 13 Aug 2010 11:26:34 +0200
Subject: [PATCH 116/133] plymouth: udev trigger with action=add

---
 modules.d/50plymouth/plymouth-pretrigger.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh
index 8605c61..96a5a1b 100755
--- a/modules.d/50plymouth/plymouth-pretrigger.sh
+++ b/modules.d/50plymouth/plymouth-pretrigger.sh
@@ -3,9 +3,9 @@
 if ! getarg rd_NO_PLYMOUTH; then
     [ -c /dev/null ] || mknod /dev/null c 1 3
     # first trigger graphics subsystem
-    udevadm trigger --attr-match=class=0x030000 >/dev/null 2>&1
+    udevadm trigger --action=add --attr-match=class=0x030000 >/dev/null 2>&1
     # first trigger graphics and tty subsystem
-    udevadm trigger --subsystem-match=graphics --subsystem-match=drm --subsystem-match=tty >/dev/null 2>&1
+    udevadm trigger --action=add --subsystem-match=graphics --subsystem-match=drm --subsystem-match=tty >/dev/null 2>&1
 
     udevadm settle --timeout=30 2>&1 | vinfo
     [ -c /dev/zero ] || mknod /dev/zero c 1 5
-- 
1.7.3