1
0
mirror of https://github.com/systemd/systemd synced 2026-04-12 18:14:51 +02:00

Compare commits

..

4 Commits

Author SHA1 Message Date
Luca Boccassi
7e1f61137a
Merge pull request #22044 from keszybz/minor-man-page-adjustments
Minor man page adjustments
2022-01-07 22:14:30 +00:00
Zbigniew Jędrzejewski-Szmek
bd330fb05e man: adjust chart in bootup(5)
The style used for that one branch was inconsistent with other branches.
2022-01-07 17:37:37 +01:00
Zbigniew Jędrzejewski-Szmek
49fddcd355 man: refer to os-release(5) for description of files in the same format 2022-01-07 17:37:37 +01:00
Zbigniew Jędrzejewski-Szmek
55ac274ef4 man: add missing example title in systemd.network(5)
Also rename the file to match the example being extended.
2022-01-07 17:34:20 +01:00
6 changed files with 42 additions and 44 deletions

View File

@ -106,21 +106,21 @@
| swap.target | | v v | | swap.target | | v v |
| | v | remote-cryptsetup.target | | | v | remote-cryptsetup.target |
| | (various low-level (various mounts and | remote-veritysetup.target | | | (various low-level (various mounts and | remote-veritysetup.target |
| | services: udevd, fsck services...) | | remote-fs.target | | services: udevd, fsck services...) | | |
| | tmpfiles, random | | | / | | tmpfiles, random | | | remote-fs.target
| | seed, sysctl, ...) v | | / | | seed, sysctl, ...) v | | |
| | | local-fs.target | | / | | | local-fs.target | | _____________/
| | | | | | / | | | | | |/
\____|______|_______________ ______|___________/ | / \____|______|_______________ ______|___________/ |
\ / | / \ / |
v | / v |
sysinit.target | / sysinit.target |
| | / | |
______________________/|\_____________________ | / ______________________/|\_____________________ |
/ | | | \ | / / | | | \ |
| | | | | | / | | | | | |
v v | v | | / v v | v | |
(various (various | (various | |/ (various (various | (various | |
timers...) paths...) | sockets...) | | timers...) paths...) | sockets...) | |
| | | | | | | | | | | |
v v | v | | v v | v | |

View File

@ -30,14 +30,13 @@
system-wide locale settings. It is read at early boot by system-wide locale settings. It is read at early boot by
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
<para>The basic file format of <filename>locale.conf</filename> is <para>The format of <filename>locale.conf</filename> is a newline-separated list of environment-like
a newline-separated list of environment-like shell-compatible shell-compatible variable assignments, ignoring comments and empty lines. It is possible to source the
variable assignments, ignoring comments and empty lines. configuration from shell scripts, however, beyond mere variable assignments, no shell features are
It is possible to source the configuration supported, allowing applications to read the file without implementing a shell compatible execution
from shell scripts, however, beyond mere variable assignments, no engine. See
shell features are supported, allowing applications to read the <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry> for a
file without implementing a shell compatible execution detailed description of the format.</para>
engine.</para>
<para>Note that the kernel command line options <para>Note that the kernel command line options
<varname>locale.LANG=</varname>, <varname>locale.LANG=</varname>,
@ -59,7 +58,7 @@
<para>The locale settings configured in <para>The locale settings configured in
<filename>/etc/locale.conf</filename> are system-wide and are <filename>/etc/locale.conf</filename> are system-wide and are
inherited by every service or user, unless overridden or unset by inherited by every service or user, unless overridden or unset by
individual programs or individual users.</para> individual programs or users.</para>
<para>Depending on the operating system, other configuration files <para>Depending on the operating system, other configuration files
might be checked for locale configuration as well, however only as might be checked for locale configuration as well, however only as
@ -126,5 +125,4 @@ LC_MESSAGES=en_US.UTF-8</programlisting>
<citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry> <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>
</para> </para>
</refsect1> </refsect1>
</refentry> </refentry>

View File

@ -29,13 +29,13 @@
<para>The <filename>/etc/machine-info</filename> file contains <para>The <filename>/etc/machine-info</filename> file contains
machine metadata.</para> machine metadata.</para>
<para>The basic file format of <filename>machine-info</filename> <para>The format of <filename>machine-info</filename> is a newline-separated list of environment-like
is a newline-separated list of environment-like shell-compatible shell-compatible variable assignments, ignoring comments and empty lines. It is possible to source the
variable assignments. It is possible to source the configuration configuration from shell scripts, however, beyond mere variable assignments no shell features are
from shell scripts, however, beyond mere variable assignments no supported, allowing applications to read the file without implementing a shell compatible execution
shell features are supported, allowing applications to read the engine. See
file without implementing a shell compatible execution <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry> for a
engine.</para> detailed description of the format.</para>
<para><filename>/etc/machine-info</filename> contains metadata about the machine that is set by the user <para><filename>/etc/machine-info</filename> contains metadata about the machine that is set by the user
or administrator. The settings configured here have the highest precedence. When not set, appropriate or administrator. The settings configured here have the highest precedence. When not set, appropriate

View File

@ -35,7 +35,7 @@
<filename>/usr/lib/os-release</filename> files contain operating <filename>/usr/lib/os-release</filename> files contain operating
system identification data.</para> system identification data.</para>
<para>The basic file format of <filename>os-release</filename> is a newline-separated list of <para>The format of <filename>os-release</filename> is a newline-separated list of
environment-like shell-compatible variable assignments. It is possible to source the configuration from environment-like shell-compatible variable assignments. It is possible to source the configuration from
Bourne shell scripts, however, beyond mere variable assignments, no shell features are supported (this Bourne shell scripts, however, beyond mere variable assignments, no shell features are supported (this
means variable expansion is explicitly not supported), allowing applications to read the file without means variable expansion is explicitly not supported), allowing applications to read the file without
@ -44,8 +44,8 @@
09. (Assignments that do not include these special characters may be enclosed in quotes too, but this is 09. (Assignments that do not include these special characters may be enclosed in quotes too, but this is
optional.) Shell special characters ("$", quotes, backslash, backtick) must be escaped with backslashes, optional.) Shell special characters ("$", quotes, backslash, backtick) must be escaped with backslashes,
following shell style. All strings should be in UTF-8 encoding, and non-printable characters should not following shell style. All strings should be in UTF-8 encoding, and non-printable characters should not
be used. It is not supported to concatenate multiple individually quoted strings. Lines beginning with be used. Concatenation of multiple individually quoted strings is not supported. Lines beginning with "#"
"#" shall be ignored as comments. Blank lines are permitted and ignored.</para> are treated as comments. Blank lines are permitted and ignored.</para>
<para>The file <filename>/etc/os-release</filename> takes <para>The file <filename>/etc/os-release</filename> takes
precedence over <filename>/usr/lib/os-release</filename>. precedence over <filename>/usr/lib/os-release</filename>.

View File

@ -4554,10 +4554,10 @@ Bridge=bridge0</programlisting>
</example> </example>
<example> <example>
<title></title> <title>Bridge port with VLAN forwarding</title>
<programlisting> <programlisting>
# /etc/systemd/network/20-bridge-slave-interface-vlan.network # /etc/systemd/network/25-bridge-slave-interface-1.network
[Match] [Match]
Name=enp2s0 Name=enp2s0

View File

@ -32,13 +32,13 @@
You can safely mask this file if you want to avoid this kind of initialization. You can safely mask this file if you want to avoid this kind of initialization.
</para> </para>
<para>The basic file format of the <para>The format of <filename>vconsole.conf</filename> is a newline-separated list of environment-like
<filename>vconsole.conf</filename> is a newline-separated list of shell-compatible variable assignments, ignoring comments and empty lines. It is possible to source the
environment-like shell-compatible variable assignments. It is configuration from shell scripts, however, beyond mere variable assignments no shell features are
possible to source the configuration from shell scripts, however, supported, allowing applications to read the file without implementing a shell compatible execution
beyond mere variable assignments no shell features are supported, engine. See
allowing applications to read the file without implementing a <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry> for a
shell compatible execution engine.</para> detailed description of the format.</para>
<para>Note that the kernel command line options <para>Note that the kernel command line options
<varname>vconsole.keymap=</varname>, <varname>vconsole.keymap=</varname>,