From: Harald Hoyer Date: Mon, 21 Dec 2009 14:13:54 +0000 (+0100) Subject: plymouth-pretrigger: force initializing of console (bug #526570) X-Git-Tag: 004~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a19e31886f98519386973354b429776ba7acb47;p=thirdparty%2Fdracut.git plymouth-pretrigger: force initializing of console (bug #526570) --- diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 4b133d861..8605c616b 100755 --- a/modules.d/50plymouth/plymouth-pretrigger.sh +++ b/modules.d/50plymouth/plymouth-pretrigger.sh @@ -15,6 +15,7 @@ if ! getarg rd_NO_PLYMOUTH; then info "Starting plymouth daemon" [ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session + /lib/udev/console_init tty0 /bin/plymouth --show-splash 2>&1 | vinfo fi