]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Revert "wip! systemd-units: add unit to switch back to initrd at shutdown"
authorRay Strode <rstrode@redhat.com>
Thu, 31 May 2018 14:51:51 +0000 (10:51 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 31 May 2018 14:52:34 +0000 (10:52 -0400)
This reverts commit 82b2b096392b9305941b3860dd92b18bce1789f8.

systemd-units/plymouth-switch-root-shutdown.service.in [deleted file]

diff --git a/systemd-units/plymouth-switch-root-shutdown.service.in b/systemd-units/plymouth-switch-root-shutdown.service.in
deleted file mode 100644 (file)
index 8986655..0000000
+++ /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