]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
Add distro config file /etc/lxc/lxc.conf
authorDwight Engen <dwight.engen@oracle.com>
Wed, 17 Oct 2012 17:28:27 +0000 (13:28 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 18:18:32 +0000 (13:18 -0500)
commit6f75ba0bdab3ab1f29773740611bb0ce6f9ab99c
tree3f939c76e34888c9f94e6244f07f4b311499d1cf
parentb1dc05fde974bc50f70c58857fc630c829aa2a18
Add distro config file /etc/lxc/lxc.conf

This allows a distro to put the distro specific default network
configuration (for example bridge device, link type), or other lxc
configuration in the case that -f is not passed by the user to
lxc-create, in which case lxc-create will use the distro conf file as
the basis for the containers config.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Makefile.am
config/Makefile.am
config/lxc.conf.libvirt [new file with mode: 0644]
config/lxc.conf.ubuntu [new file with mode: 0644]
config/lxc.conf.unknown [new file with mode: 0644]
configure.ac
lxc.spec.in
src/lxc/lxc-create.in