fedora: start plymouth after udev-settle, so that the graphics modules are loaded

This commit is contained in:
Lennart Poettering 2010-10-31 00:52:35 +02:00
parent cf1a105550
commit 739aad5169
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -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:

View File

@ -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]