diff options
Diffstat (limited to 'make-directive-index.py')
-rwxr-xr-x | make-directive-index.py | 17 |
1 files changed, 17 insertions, 0 deletions
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 |