mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
man: reword some awkward sentences
This commit is contained in:
parent
8d3b7d2fd3
commit
1485925d2d
@ -144,7 +144,7 @@ might still be busy with completing start-up.
|
||||
|
||||
Kernel start-up required @KERNEL_USEC@ microseconds.
|
||||
|
||||
initrd start-up required @INITRD_USEC@ microseconds.
|
||||
Initrd start-up required @INITRD_USEC@ microseconds.
|
||||
|
||||
Userspace start-up required @USERSPACE_USEC@ microseconds.
|
||||
|
||||
|
@ -202,22 +202,16 @@ emergency.service | | |
|
||||
<refsect1>
|
||||
<title>Bootup in the initrd</title>
|
||||
|
||||
<para>The initrd implementation can be set up using systemd as well. In this case, boot up inside the
|
||||
initrd follows the following structure.</para>
|
||||
<para>Systemd can be used in the initrd as well. It detects the initrd environment by checking for the
|
||||
<filename>/etc/initrd-release</filename> file. The default target in the initrd is
|
||||
<filename>initrd.target</filename>. The bootup process is identical to the system manager bootup until
|
||||
the target <filename>basic.target</filename>. After that, systemd executes the special target
|
||||
<filename>initrd.target</filename>.
|
||||
|
||||
<para>systemd detects that it is run within an initrd by checking
|
||||
for the file <filename>/etc/initrd-release</filename>.
|
||||
The default target in the initrd is
|
||||
<filename>initrd.target</filename>. The bootup process begins
|
||||
identical to the system manager bootup (see above) until it
|
||||
reaches <filename>basic.target</filename>. From there, systemd
|
||||
approaches the special target <filename>initrd.target</filename>.
|
||||
|
||||
Before any file systems are mounted, it must be determined whether
|
||||
the system will resume from hibernation or proceed with normal boot.
|
||||
This is accomplished by <filename>systemd-hibernate-resume@.service</filename>
|
||||
which must be finished before <filename>local-fs-pre.target</filename>,
|
||||
so no filesystems can be mounted before the check is complete.
|
||||
Before any file systems are mounted, the manager will determine whether the system shall resume from
|
||||
hibernation or proceed with normal boot. This is accomplished by
|
||||
<filename>systemd-hibernate-resume@.service</filename> which must be finished before
|
||||
<filename>local-fs-pre.target</filename>, so no filesystems can be mounted before the check is complete.
|
||||
|
||||
When the root device becomes available,
|
||||
<filename>initrd-root-device.target</filename> is reached.
|
||||
|
Loading…
Reference in New Issue
Block a user