2
0
mirror of git://github.com/lxc/lxc synced 2025-09-01 23:30:11 +00:00

templates: Make generated config consistent

This updates all the templates and the configuration files to consistently
use "key = value" everywhere.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Stéphane Graber
2012-12-05 16:47:18 -05:00
parent 836676caba
commit eba7df9ee0
14 changed files with 39 additions and 39 deletions

View File

@@ -461,4 +461,4 @@ if [ ! -z $clean ]; then
exit 0
fi
echo "container rootfs and config created"
echo "container is configured for lxc.network.type=veth and lxc.network.link=virbr0 (which is default if you have libvirt runnig)"
echo "network configured as $lxc_network_type in the $lxc_network_link"