From cfa5a0da6d16b72cec2a764abc8e3bd18df11457 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 13 Aug 2010 11:26:34 +0200 Subject: [PATCH] plymouth: udev trigger with action=add --- modules.d/50plymouth/plymouth-pretrigger.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 34d60dfa9..9fcfde6b5 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 -m 0666 /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 -m 0666 /dev/zero c 1 5 -- 2.47.3