translate the untranslated paragraph
Signed-off-by: KATOH Yasufumi
---
doc/ja/lxc.conf.sgml.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/ja/lxc.conf.sgml.in b/doc/ja/lxc.conf.sgml.in
index ec24e2a..52b4fc8 100644
--- a/doc/ja/lxc.conf.sgml.in
+++ b/doc/ja/lxc.conf.sgml.in
@@ -12
This introduces a new /usr/share/lxc/config directory containing common
configuration snippets.
The two Ubuntu templates are then simplified to just include the
relevant entries avoiding a whole lot of hardcoded cgroup, capabilities
and mount points configuration.
An extra comment is also added a
Signed-off-by: Stéphane Graber
---
src/lxc/confile.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/lxc/confile.c b/src/lxc/confile.c
index 835153b..5f25e08 100644
--- a/src/lxc/confile.c
+++ b/src/lxc/confile.c
@@ -216,8 +216,12 @@ static int config_string_item(char
Just like we already had "optional", this adds two new LXC-specific
mount flags:
- create=dir (will do a mkdir_p on the path)
- create=file (will do a mkdir_p on the dirname + a fopen on the path)
This was motivated by some of the needed bind-mounts for the
unprivileged containers.
Signed-off-b
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: a0265685269fa24387a8871151db84199028c715
https://github.com/lxc/lxc/commit/a0265685269fa24387a8871151db84199028c715
Author: Stéphane Graber
Date: 2013-12-05 (Thu, 05 Dec 2013)
Changed paths:
M src/lxc/con
Quoting Stéphane Graber (stgra...@ubuntu.com):
> NetworkManager at least expects all veth devices to be called veth*
> otherwise it'll consider them as physical interface and try to do DHCP
> on them.
>
> This change makes lxc-user-nic use the same function that we use for LXC
> itself which will
NetworkManager at least expects all veth devices to be called veth*
otherwise it'll consider them as physical interface and try to do DHCP
on them.
This change makes lxc-user-nic use the same function that we use for LXC
itself which will give us standard vethX kind of interfaces.
Signed-off-
Quoting Stéphane Graber (stgra...@ubuntu.com):
> Hello,
>
> You are receiving this e-mail because you are currently subscribed to:
> lxc-devel@lists.sourceforge.net
>
> On this coming Sunday (8th of December), all LXC mailing-lists will be
> moved to a new home at:
> http://lists.linuxcontainer