diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-04 19:01:05 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-04 19:33:50 +0100 |
commit | 39b83cdab37623a546344622db9bbbc784c15df5 (patch) | |
tree | 8c89fc4567d9f4e21a3a90f7590ee3c19e872c98 /src/core/special.h | |
parent | 47c490345256f2db32d8d883cd7c5243158a14e1 (diff) |
add initrd-fs.target and initrd-fs-pre.target
Diffstat (limited to 'src/core/special.h')
-rw-r--r-- | src/core/special.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/special.h b/src/core/special.h index 99c0e1222e..de5889dd82 100644 --- a/src/core/special.h +++ b/src/core/special.h @@ -48,6 +48,8 @@ #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" |