]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
LXC: emphasis uid start of idmap only accept '0' in docs
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Tue, 23 Sep 2014 03:40:03 +0000 (11:40 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 24 Sep 2014 09:58:14 +0000 (11:58 +0200)
We don't accept any other values except '0'.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
docs/formatdomain.html.in

index eefdd5e5fc0f164d2cc071ca2a9b69f4b10632ea..bb72452c057e10354c7418faf15b9972b6bf8814 100644 (file)
 
     <dl>
       <dt><code>start</code></dt>
-      <dd>First user ID in container.</dd>
+      <dd>First user ID in container. It must be '0'.</dd>
       <dt><code>target</code></dt>
       <dd>The first user ID in container will be mapped to this target user
           ID in host.</dd>