From bffd30ff2747e0a90b2b760230b6846302b0f02f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 27 Jan 2014 13:57:18 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+) 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