From 51cfda28c3a91783e159ecac8e6923a3f830a459 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Mon, 13 Sep 2010 14:44:44 +0200 Subject: [PATCH] fedora: don't quit plymouth too early Do not quit plymouth until the dependencies for getty@tty1.service are ready, in order to minimize the time a black screen is displayed. --- units/fedora/plymouth-quit.service | 1 + 1 file changed, 1 insertion(+) diff --git a/units/fedora/plymouth-quit.service b/units/fedora/plymouth-quit.service index 869a2ec59..62dbf0e1a 100644 --- a/units/fedora/plymouth-quit.service +++ b/units/fedora/plymouth-quit.service @@ -8,6 +8,7 @@ [Unit] Description=Terminate Plymouth Boot Screen Before=getty@tty1.service +After=dev-tty1.device rc-local.service [Service] ExecStart=-/usr/bin/plymouth quit -- 2.30.2