From 8edd4c36f8002394e7da62d82265da4fb89a59b5 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 31 May 2018 10:51:51 -0400 Subject: [PATCH] Revert "wip! systemd-units: add unit to switch back to initrd at shutdown" This reverts commit 82b2b096392b9305941b3860dd92b18bce1789f8. --- .../plymouth-switch-root-shutdown.service.in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 systemd-units/plymouth-switch-root-shutdown.service.in diff --git a/systemd-units/plymouth-switch-root-shutdown.service.in b/systemd-units/plymouth-switch-root-shutdown.service.in deleted file mode 100644 index 89866555..00000000 --- a/systemd-units/plymouth-switch-root-shutdown.service.in +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Plymouth switch root service -DefaultDependencies=no -ConditionPathExists=/etc/initrd-release -Before=initrd-switch-root.service - -[Service] -Type=oneshot -ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth update-root-fs --new-root-dir=/sysroot -StandardInput=null -StandardOutput=null -StandardError=null -- 2.47.3