From: Lennart Poettering Date: Sat, 30 Oct 2010 22:52:35 +0000 (+0200) Subject: fedora: start plymouth after udev-settle, so that the graphics modules are loaded X-Git-Tag: v12~87 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=739aad5169731424ca49271903afa4148f0129f2 fedora: start plymouth after udev-settle, so that the graphics modules are loaded --- diff --git a/TODO b/TODO index b022165dd..cfe0e9f01 100644 --- a/TODO +++ b/TODO @@ -70,7 +70,7 @@ * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags -* make use of fsck -l +* we now order plymouth after udev-trigger. Can we optimize this? External: diff --git a/units/fedora/plymouth-start.service b/units/fedora/plymouth-start.service index af0072415..8c0ba8b9e 100644 --- a/units/fedora/plymouth-start.service +++ b/units/fedora/plymouth-start.service @@ -8,7 +8,7 @@ [Unit] Description=Show Plymouth Boot Screen DefaultDependencies=no -After=systemd-vconsole-setup.service +After=systemd-vconsole-setup.service udev-settle.service Before=systemd-ask-password-plymouth.service [Service]