mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
man: add a new directives section for .nspawn
They is quite a bit of those directives and they were in "MISCELLANEOUS" because they don't quite fit anywhere. When the OCI-compat stuff is merged, there'll be even more, so let's make a separate section for them.
This commit is contained in:
parent
d2acdcc646
commit
37dac218b4
@ -112,7 +112,7 @@
|
||||
<para>Settings files may include an <literal>[Exec]</literal>
|
||||
section, which carries various execution parameters:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='nspawn-directives'>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>Boot=</varname></term>
|
||||
@ -374,7 +374,7 @@
|
||||
section, which carries various parameters configuring the file
|
||||
system of the container:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='nspawn-directives'>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>ReadOnly=</varname></term>
|
||||
@ -458,7 +458,7 @@
|
||||
section, which carries various parameters configuring the network
|
||||
connectivity of the container:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='nspawn-directives'>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>Private=</varname></term>
|
||||
|
@ -97,6 +97,15 @@ TEMPLATE = '''\
|
||||
<variablelist id='fstab-options' />
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title><citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry>
|
||||
directives</title>
|
||||
|
||||
<para>Directives for configuring systemd-nspawn containers.</para>
|
||||
|
||||
<variablelist id='nspawn-directives' />
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>Program configuration options</title>
|
||||
|
||||
@ -107,7 +116,7 @@ TEMPLATE = '''\
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>command line options</title>
|
||||
<title>Command line options</title>
|
||||
|
||||
<para>Command-line options accepted by programs in the
|
||||
systemd suite.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user