diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rwxr-xr-x | make-directive-index.py | 17 | ||||
-rw-r--r-- | man/systemd.xml | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 05dcc79f6e..f02e9532d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -699,6 +699,7 @@ EXTRA_DIST += \ man/index.html XML_DIRECTIVE_FILES = \ + man/systemd.xml \ man/systemd.unit.xml \ man/systemd.service.xml \ man/systemd.socket.xml \ diff --git a/make-directive-index.py b/make-directive-index.py index 3bf672e1a6..e94f4c5b30 100755 --- a/make-directive-index.py +++ b/make-directive-index.py @@ -67,6 +67,23 @@ TEMPLATE = '''\ </refsect1> <refsect1> + <title>Options on the kernel command line</title> + + <para>Kernel boot options for configuring the behaviour of the + systemd process.</para> + + <variablelist id='kernel-commandline-directives' /> + </refsect1> + + <refsect1> + <title>Environment variables</title> + + <para>Environment variables understood by the systemd process.</para> + + <variablelist id='environment-variables' /> + </refsect1> + + <refsect1> <title>UDEV directives</title> <para>Directives for configuring systemd units through the diff --git a/man/systemd.xml b/man/systemd.xml index 7b3d265b8d..55ba0875f0 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -877,7 +877,7 @@ <refsect1> <title>Environment</title> - <variablelist> + <variablelist class='environment-variables'> <varlistentry> <term><varname>$SYSTEMD_LOG_LEVEL</varname></term> <listitem><para>systemd reads the @@ -987,7 +987,7 @@ <filename>/proc/cmdline</filename> instead.</para></footnote>:</para> - <variablelist> + <variablelist class='kernel-commandline-directives'> <varlistentry> <term><varname>systemd.unit=</varname></term> <term><varname>rd.systemd.unit=</varname></term> |