From: Stéphane Graber Date: Tue, 9 Jul 2013 22:30:52 +0000 (-0400) Subject: ubuntu: Tweak layout of the config X-Git-Tag: lxc-1.0.0.alpha1~1^2~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9313e1e628160ca64f9e7fcec6500056c9a0725f;p=thirdparty%2Flxc.git ubuntu: Tweak layout of the config Just add an extra white line to both templates. Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-ubuntu-cloud.in b/templates/lxc-ubuntu-cloud.in index 37a060549..e8973818f 100644 --- a/templates/lxc-ubuntu-cloud.in +++ b/templates/lxc-ubuntu-cloud.in @@ -59,6 +59,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time # When using LXC with apparmor, uncomment the next line to run unconfined: #lxc.aa_profile = unconfined + # To support container nesting on an Ubuntu host, uncomment next two lines: #lxc.aa_profile = lxc-container-default-with-nesting #lxc.hook.mount = /usr/share/lxc/hooks/mountcgroups diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index b6ae501e5..0b73529fe 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -390,6 +390,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time # When using LXC with apparmor, uncomment the next line to run unconfined: #lxc.aa_profile = unconfined + # To support container nesting on an Ubuntu host, uncomment next two lines: #lxc.aa_profile = lxc-container-default-with-nesting #lxc.hook.mount = /usr/share/lxc/hooks/mountcgroups