diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-14 13:12:10 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-15 00:49:37 +0100 |
commit | 9e5f0f92915b777308797294c6e103e430957b5d (patch) | |
tree | daf284ba6992764b083d43bb9cfb66eed8319c6e /man | |
parent | c1dae1b3c9729fb8ab749dd4e2dad07e0fad7ed8 (diff) |
Make initrd.target the default target in the initrd
First, rename root-fs.target to initrd-root-fs.target to clarify its usage.
Mount units with "x-initrd-rootfs.mount" are now ordered before
initrd-root-fs.target. As we sometimes construct /sysroot mounts in
/etc/fstab in the initrd, we want these to be mounted before the
initrd-root-fs.target is active.
initrd.target can be the default target in the initrd.
(normal startup)
:
:
v
basic.target
|
______________________/|
/ |
| sysroot.mount
| |
| v
| initrd-root-fs.target
| |
| v
| initrd-parse-etc.service
(custom initrd services) |
| v
| (sysroot-usr.mount and
| various mounts marked
| with fstab option
| x-initrd.mount)
| |
| v
| initrd-fs.target
| |
\______________________ |
\|
v
initrd.target
|
v
initrd-cleanup.service
isolates to
initrd-switch-root.target
|
v
______________________/|
/ |
| initrd-udevadm-cleanup-db.service
| |
(custom initrd services) |
| |
\______________________ |
\|
v
initrd-switch-root.target
|
v
initrd-switch-root.service
|
v
switch-root
Diffstat (limited to 'man')
-rw-r--r-- | man/bootup.xml | 73 | ||||
-rw-r--r-- | man/systemd.special.xml | 4 |
2 files changed, 75 insertions, 2 deletions
diff --git a/man/bootup.xml b/man/bootup.xml index f65abf5452..6bd22ef476 100644 --- a/man/bootup.xml +++ b/man/bootup.xml @@ -174,6 +174,79 @@ </refsect1> <refsect1> + <title>Systemd in the Initrd</title> + <para>If the initrd creation tool used the services provided + by systemd, the default target in the initrd is the + initrd-fs.target. The process is the same as above until the basic.target is reached. + Systemd now continues to the initrd.target. If the root device could be mounted + on /sysroot, the sysroot.mount unit is active and the initrd-root-fs.target is reached. + initrd-parse-etc.service scans /sysroot/etc/fstab for the /usr mountpoint and for entries + marked with the <emphasis>x-initrd.mount</emphasis> option set. If these mountpoint are + mounted in /sysroot, the initrd-fs.target is reached. + The initrd-cleanup.service isolates to the initrd-switch-root.target, + where cleanup services can run. At the very last end + initrd-switch-root.service is activated, which will cause + the system to switch root to /sysroot. + </para> + +<programlisting> + (same as above) + : + : + v + basic.target + | emergency.service + ______________________/| | + / | v + | sysroot.mount <emphasis>emergency.target</emphasis> + | | + | v + | initrd-root-fs.target + | | + | v + | initrd-parse-etc.service + (custom initrd services) | + | v + | (sysroot-usr.mount and + | various mounts marked + | with fstab option + | x-initrd.mount) + | | + | v + | initrd-fs.target + | | + \______________________ | + \| + v + initrd.target + | + v + initrd-cleanup.service + isolates to + initrd-switch-root.target + | + v + ______________________/| + / | + | initrd-udevadm-cleanup-db.service + | | + (custom initrd services) | + | | + \______________________ | + \| + v + initrd-switch-root.target + | + v + initrd-switch-root.service + | + v + switch-root +</programlisting> + </refsect1> + + + <refsect1> <title>System Manager Shutdown</title> <para>System shutdown also consists of various target diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 7b780998fd..67a81b639b 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -79,7 +79,7 @@ <filename>remote-fs.target</filename>, <filename>remote-fs-pre.target</filename>, <filename>rescue.target</filename>, - <filename>root-fs.target</filename>, + <filename>initrd-root-fs.target</filename>, <filename>rpcbind.target</filename>, <filename>runlevel2.target</filename>, <filename>runlevel3.target</filename>, @@ -523,7 +523,7 @@ </listitem> </varlistentry> <varlistentry> - <term><filename>root-fs.target</filename></term> + <term><filename>initrd-root-fs.target</filename></term> <listitem> <para>systemd automatically adds dependencies of type |