summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-31 00:52:35 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-31 00:52:35 +0200
commit739aad5169731424ca49271903afa4148f0129f2 (patch)
treefab7a278775e811f24ac2c528b51855e960ac5fc
parentcf1a105550766d2251bc10240b6058a37babd600 (diff)
fedora: start plymouth after udev-settle, so that the graphics modules are loaded
-rw-r--r--TODO2
-rw-r--r--units/fedora/plymouth-start.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index b022165ddb..cfe0e9f01f 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 af00724159..8c0ba8b9e7 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]