summaryrefslogtreecommitdiff
path: root/src/boot/ostree-prepare-root.service
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-01-27 13:57:18 -0500
committerColin Walters <walters@verbum.org>2014-01-27 13:57:18 -0500
commitbffd30ff2747e0a90b2b760230b6846302b0f02f (patch)
tree9c991e0c540794ce80e0735d51eee2c4045fbe53 /src/boot/ostree-prepare-root.service
parentdaaddcf536e4b301958f141ee75bbd6e0a80bd34 (diff)
downloadostree-bffd30ff2747e0a90b2b760230b6846302b0f02f.tar.gz
ostree-prepare-root.service: Also order before plymouth-switch-root.service
In the OSTree model, /sysroot gets set up twice. We need to ensure that the /sysroot plymouth sees is only after OSTree has set it up.
Diffstat (limited to 'src/boot/ostree-prepare-root.service')
-rw-r--r--src/boot/ostree-prepare-root.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/ostree-prepare-root.service b/src/boot/ostree-prepare-root.service
index 230c856b..dbc7b30a 100644
--- a/src/boot/ostree-prepare-root.service
+++ b/src/boot/ostree-prepare-root.service
@@ -23,6 +23,7 @@ ConditionPathExists=/etc/initrd-release
OnFailure=emergency.service
After=initrd-switch-root.target
Before=initrd-switch-root.service
+Before=plymouth-switch-root.service
[Service]
Type=oneshot