From 0a19e31886f98519386973354b429776ba7acb47 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 21 Dec 2009 15:13:54 +0100 Subject: [PATCH] plymouth-pretrigger: force initializing of console (bug #526570) --- modules.d/50plymouth/plymouth-pretrigger.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 4b133d86..8605c616 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