diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-04 19:01:05 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-13 08:11:17 +0100 |
commit | 700e07ffd53083114e91bb4ba646ed26d0463f67 (patch) | |
tree | 85ccb2c53db4c88bd931f873e7c547143a110e4c /src/core/special.h | |
parent | 783162123dbac43d5b7a3fab9d4f11dcf86d06e1 (diff) |
add initrd-fs.target and root-fs.target
Instead of using local-fs*.target in the initrd, use root-fs.target for
sysroot.mount and initrd-fs.target for /sysroot/usr and friends.
Using local-fs.target would mean to carry over the activated
local-fs.target to the isolated initrd-switch-root.target and thus in
the real root. Having local-fs.target already active after
deserialization causes ordering problems with the real root services and
targets.
We better isolate to targets for initrd-switch-root.target, which are
only available in the initrd.
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..52e593b690 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_ROOT_FS_TARGET "root-fs.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" |