diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-09-23 15:10:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-23 15:12:18 +0200 |
commit | 55c041b4e4dffad936522674d739a0affc08bdf4 (patch) | |
tree | b0aef0c05053e157cd38b22008568014b000ca67 /man/systemd.xml | |
parent | tree-wide: use the term "initrd" at most places we so far used "initramfs" (diff) | |
download | systemd-55c041b4e4dffad936522674d739a0affc08bdf4.tar.xz systemd-55c041b4e4dffad936522674d739a0affc08bdf4.zip |
tree-wide: also settle on "initrd" instead of "initial RAM disk"
With this the concept is now called the same way everywhere except where
historical info is relevant or where the other names are API.
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index 99b6f11b90..f4213e2ee8 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -752,16 +752,12 @@ <term><varname>systemd.unit=</varname></term> <term><varname>rd.systemd.unit=</varname></term> - <listitem><para>Overrides the unit to activate on boot. - Defaults to <filename>default.target</filename>. This may be - used to temporarily boot into a different boot unit, for - example <filename>rescue.target</filename> or - <filename>emergency.service</filename>. See + <listitem><para>Overrides the unit to activate on boot. Defaults to + <filename>default.target</filename>. This may be used to temporarily boot into a different boot unit, + for example <filename>rescue.target</filename> or <filename>emergency.service</filename>. See <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry> - for details about these units. The option prefixed with - <literal>rd.</literal> is honored only in the initial RAM disk - (initrd), while the one that is not prefixed only in the main - system.</para></listitem> + for details about these units. The option prefixed with <literal>rd.</literal> is honored only in the + initrd, while the one that is not prefixed only in the main system.</para></listitem> </varlistentry> <varlistentry> |