History log of /lxc/config/init/common/Makefile.am
Revision Date Author Comments Expand
38788e4878f23a1be3479b3dde45c774340c82f8 14-Jun-2016 Stéphane Graber <stgraber@ubuntu.com>

Drop lxc-devsetup as unneeded by current autodev Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>

892560848d47a91bb325d83052222b66089be741 08-Mar-2016 Stéphane Graber <stgraber@ubuntu.com>

Fix dist tarball to include lxc-devsetup Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>

a8c710632826ed8ebf46ca91b0cb8ae04c86de5d 04-Mar-2016 Carlos Alberto Lopez Perez <clopez@igalia.com>

Execute script lxc-devsetup also with sysvinit and upstart. * This script sets /dev/.lxc which is needed for autodev containers. * Previously was only executed with systemd. Execute it also with the other init systems (sysvinit and upstart) Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>

0af993195cbd57cff700c7c90ee8f95c2a1ef8aa 26-Sep-2014 Michael H. Warfield <mhw@WittsEnd.com>

Rework init scripts This commit is based on the work of: Signed-off-by: Michael H. Warfield <mhw@WittsEnd.com> A generic changelog would be: - Bring support for lxcbr0 to all distributions - Share the container startup and network configuration logic across distributions and init systems. - Have all the init scripts call the helper script. - Support for the various different distro-specific configuration locations to configure lxc-net and container startup. Changes on top of Mike's original version: - Remove sysconfig/lxc-net as it's apparently only there as a workaround for an RPM limitation and is breaking Debian systems by including a useless file which will get registered as a package provided conffile in the dpkg database and will therefore cause conffile prompts on upgrades... - Go with a consistant coding style in the various init scripts. - Split out the common logic from the sysvinit scripts and ship both in their respective location rather than have them be copies. - Fix the upstart jobs so they actually work (there's no such thing as libexec on Debian systems). Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>