diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-14 21:58:22 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-15 11:30:42 -0500 |
commit | 08177c85efd52c2c2ab00991791649ad8cf61297 (patch) | |
tree | 4817df20ca95097f917f5cf14882a8103db07a54 /make-directive-index.py | |
parent | 0acfdd61edb96585c6438698bcc21e366acd4291 (diff) |
make-directive-index: link to systemd 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 |