From 5f3ebd4f6d6c2bf82a9ed48862e86d2663f206c4 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 26 Mar 2013 11:41:14 -0400 Subject: [PATCH] systemd: add Wants: systemd-vconsole-setup.service Harald says we need it. --- systemd-units/plymouth-start.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in index 0f9c4be4..951e8d6d 100644 --- a/systemd-units/plymouth-start.service.in +++ b/systemd-units/plymouth-start.service.in @@ -1,7 +1,7 @@ [Unit] Description=Show Plymouth Boot Screen DefaultDependencies=no -Wants=systemd-ask-password-plymouth.path +Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service After=systemd-vconsole-setup.service systemd-udev-trigger.service Before=systemd-ask-password-plymouth.service ConditionKernelCommandLine=!plymouth.enable=0