summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-03-05 08:16:15 +0100
committerHarald Hoyer <harald@redhat.com>2013-03-06 11:03:39 +0100
commit7fdf51751c752e8074e2d8e429d40db91ce87b95 (patch)
treede0f3d16bd8c04c48402f08d5bd6bc2482083eb1
parentfdf1848d1dc55e03b83821989bed2f8b26260236 (diff)
Revert "add initrd-fs.target and initrd-fs-pre.target"
This reverts commit 39b83cdab37623a546344622db9bbbc784c15df5.
-rw-r--r--Makefile.am2
-rw-r--r--src/core/special.h2
-rw-r--r--units/initrd-fs-pre.target11
-rw-r--r--units/initrd-fs.target13
4 files changed, 0 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am
index 13211c45bd..f4ac471a13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -342,8 +342,6 @@ dist_systemunit_DATA = \
units/kexec.target \
units/local-fs.target \
units/local-fs-pre.target \
- units/initrd-fs.target \
- units/initrd-fs-pre.target \
units/remote-fs.target \
units/remote-fs-pre.target \
units/network.target \
diff --git a/src/core/special.h b/src/core/special.h
index de5889dd82..99c0e1222e 100644
--- a/src/core/special.h
+++ b/src/core/special.h
@@ -48,8 +48,6 @@
#define SPECIAL_SOCKETS_TARGET "sockets.target"
#define SPECIAL_LOCAL_FS_TARGET "local-fs.target"
#define SPECIAL_LOCAL_FS_PRE_TARGET "local-fs-pre.target"
-#define SPECIAL_INITRD_FS_TARGET "initrd-fs.target"
-#define SPECIAL_INITRD_FS_PRE_TARGET "initrd-fs-pre.target"
#define SPECIAL_REMOTE_FS_TARGET "remote-fs.target" /* LSB's $remote_fs */
#define SPECIAL_REMOTE_FS_PRE_TARGET "remote-fs-pre.target"
#define SPECIAL_SWAP_TARGET "swap.target"
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