From: Lennart Poettering Date: Wed, 14 Mar 2012 13:13:12 +0000 (+0100) Subject: man: document where we read kernel cmdline options from X-Git-Tag: v44~36 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45dc3a0478c61e83dedf26dc247fd3ddd2b20978;p=systemd man: document where we read kernel cmdline options from --- diff --git a/man/systemd.xml b/man/systemd.xml index f0bc5522..aef65e30 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -957,7 +957,16 @@ Kernel Command Line - When run as system instance systemd parses a few kernel command line arguments: + When run as system instance systemd parses a + number of kernel command line + argumentsIf 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 + /proc/cmdline + instead.: