[ostree] ostree-prepare-root.service: Also order before plymouth-switch-root.service



commit bffd30ff2747e0a90b2b760230b6846302b0f02f
Author: Colin Walters <walters verbum org>
Date:   Mon Jan 27 13:57:18 2014 -0500

    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.

 src/boot/ostree-prepare-root.service |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/boot/ostree-prepare-root.service b/src/boot/ostree-prepare-root.service
index 230c856..dbc7b30 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]