]> git.proxmox.com Git - lxc.git/blame - debian/patches/0003-doc-add-rcfile-to-common-opts.patch
buildsys: use the ARCH variable for package names
[lxc.git] / debian / patches / 0003-doc-add-rcfile-to-common-opts.patch
CommitLineData
d2cfdb36
WB
1From 2e62657e65daad24f4c11744ce133e8c4d75df02 Mon Sep 17 00:00:00 2001
2From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3Date: Fri, 12 Aug 2016 14:55:42 +0200
4Subject: [PATCH 3/3] doc: add --rcfile to common opts
5
6Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
7---
8 doc/common_options.sgml.in | 15 +++++++++++++++
9 1 file changed, 15 insertions(+)
10
11diff --git a/doc/common_options.sgml.in b/doc/common_options.sgml.in
12index 38783dd..978c0ba 100644
13--- a/doc/common_options.sgml.in
14+++ b/doc/common_options.sgml.in
15@@ -107,6 +107,21 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16 </varlistentry>
17
18 <varlistentry>
19+ <term><option>--rcfile=<replaceable>FILE</replaceable></option></term>
20+ <listitem>
21+ <para>
22+ Specify the configuration file to configure the virtualization
23+ and isolation functionalities for the container.
24+ </para>
25+ <para>
26+ This configuration file if present will be used even if there is
27+ already a configuration file present in the previously created
28+ container (via lxc-create).
29+ </para>
30+ </listitem>
31+ </varlistentry>
32+
33+ <varlistentry>
34 <term><option>--version</option></term>
35 <listitem>
36 <para>
37--
382.1.4
39