diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-05 08:16:15 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-06 11:03:39 +0100 |
commit | 7fdf51751c752e8074e2d8e429d40db91ce87b95 (patch) | |
tree | de0f3d16bd8c04c48402f08d5bd6bc2482083eb1 /units | |
parent | fdf1848d1dc55e03b83821989bed2f8b26260236 (diff) |
Revert "add initrd-fs.target and initrd-fs-pre.target"
This reverts commit 39b83cdab37623a546344622db9bbbc784c15df5.
Diffstat (limited to 'units')
-rw-r--r-- | units/initrd-fs-pre.target | 11 | ||||
-rw-r--r-- | units/initrd-fs.target | 13 |
2 files changed, 0 insertions, 24 deletions
diff --git a/units/initrd-fs-pre.target b/units/initrd-fs-pre.target deleted file mode 100644 index 9aa8061a57..0000000000 --- a/units/initrd-fs-pre.target +++ /dev/null @@ -1,11 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Initrd File Systems (Pre) -Documentation=man:systemd.special(7) -ConditionPathExists=/etc/initrd-release diff --git a/units/initrd-fs.target b/units/initrd-fs.target deleted file mode 100644 index 6ba1758e45..0000000000 --- a/units/initrd-fs.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Initrd File Systems -Documentation=man:systemd.special(7) -OnFailure=emergency.target -OnFailureIsolate=yes -ConditionPathExists=/etc/initrd-release |