From: Antonio Terceiro Date: Fri, 17 Jun 2016 22:00:56 +0000 (-0300) Subject: lxc-debian: make sure init is installed X-Git-Tag: lxc-2.1.0~407^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1052%2Fhead;p=thirdparty%2Flxc.git lxc-debian: make sure init is installed init 1.34 is not "Essential" anymore, in order to make it not required on minimal chroots, docker containers, etc. Because of that we now need to manually include it on systems that are expected to boot. Signed-off-by: Antonio Terceiro --- diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 56953b63f..0f66783ea 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -262,6 +262,7 @@ cleanup() download_debian() { packages=\ +init,\ ifupdown,\ locales,\ libui-dialog-perl,\