From 835d56891684a2737a8e1173ba9b1ddc5f021a36 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 17 Jul 2009 10:17:28 +0200 Subject: [PATCH] plymouth: removed console_init call /lib/udev/console_init should be called from the udev rules already --- modules.d/50plymouth/plymouth-pretrigger.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 67992a8..68cf41d 100755 --- a/modules.d/50plymouth/plymouth-pretrigger.sh +++ b/modules.d/50plymouth/plymouth-pretrigger.sh @@ -14,8 +14,7 @@ udevadm settle --timeout=30 >/dev/null 2>&1 [ -c /dev/fb ] || mknod /dev/fb c 29 0 [ -c /dev/hvc0 ] || mknod /dev/hvc0 c 229 0 +info "Starting plymouth daemon" [ -x /bin/plymouthd ] && /bin/plymouthd - -/lib/udev/console_init tty0 /bin/plymouth --show-splash -- 2.7.4