From: Harald Hoyer Date: Fri, 17 Jul 2009 08:17:28 +0000 (+0200) Subject: plymouth: removed console_init call X-Git-Tag: 0.5~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=835d56891684a2737a8e1173ba9b1ddc5f021a36;p=thirdparty%2Fdracut.git plymouth: removed console_init call /lib/udev/console_init should be called from the udev rules already --- diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 67992a800..68cf41d52 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