plymouth-pretrigger: force initializing of console (bug #526570)
authorHarald Hoyer <harald@redhat.com>
Mon, 21 Dec 2009 14:13:54 +0000 (15:13 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 21 Dec 2009 14:15:38 +0000 (15:15 +0100)
modules.d/50plymouth/plymouth-pretrigger.sh

index 4b133d8..8605c61 100755 (executable)
@@ -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