diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-14 14:13:12 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-14 14:13:12 +0100 |
commit | 45dc3a0478c61e83dedf26dc247fd3ddd2b20978 (patch) | |
tree | 2bb3a319ab18f78226c147fece0dd4c25fb50b5a | |
parent | 09b967eaa51a39dabb7f238927f67bd682466dbc (diff) |
man: document where we read kernel cmdline options from
-rw-r--r-- | man/systemd.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index f0bc552268..aef65e30c1 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -957,7 +957,16 @@ <refsect1> <title>Kernel Command Line</title> - <para>When run as system instance systemd parses a few kernel command line arguments:</para> + <para>When run as system instance systemd parses a + number of kernel command line + arguments<footnote><para>If run inside a Linux + container these arguments may be passed as command + line arguments to systemd itself, next to any of the + command line options listed in the Options section + above. If run outside of Linux containers, these + arguments are parsed from + <filename>/proc/cmdline</filename> + instead.</para></footnote>:</para> <variablelist> <varlistentry> |