]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
Move some common Ubuntu config
authorStéphane Graber <stgraber@ubuntu.com>
Sat, 30 Nov 2013 00:19:09 +0000 (19:19 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 6 Dec 2013 16:21:46 +0000 (11:21 -0500)
commitf2a95ee1bf54c949614a68bf152ea9a8e1d3a172
tree4db0a8a147af0c46092e3eeda9310865ddcadc78
parent34cfffb38566a9b212db62b1abb1a13bc0648779
Move some common Ubuntu config

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 at the top of all generated configuration
files telling the user to look at lxc.conf(5) for more information.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
18 files changed:
config/Makefile.am
config/default.conf.libvirt [deleted file]
config/default.conf.ubuntu [deleted file]
config/default.conf.unknown [deleted file]
config/etc/Makefile.am [new file with mode: 0644]
config/etc/default.conf.libvirt [new file with mode: 0644]
config/etc/default.conf.ubuntu [new file with mode: 0644]
config/etc/default.conf.unknown [new file with mode: 0644]
config/templates/Makefile.am [new file with mode: 0644]
config/templates/ubuntu-cloud.common.conf.in [new file with mode: 0644]
config/templates/ubuntu-cloud.lucid.conf.in [new file with mode: 0644]
config/templates/ubuntu-cloud.userns.conf.in [new file with mode: 0644]
config/templates/ubuntu.common.conf.in [new file with mode: 0644]
config/templates/ubuntu.lucid.conf.in [new file with mode: 0644]
configure.ac
src/lxc/lxccontainer.c
templates/lxc-ubuntu-cloud.in
templates/lxc-ubuntu.in