From 3c39b0b7a2b445e08d2e2aecb05566075f4f3423 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 17 Jun 2016 19:00:56 -0300 Subject: [PATCH] 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 --- templates/lxc-debian.in | 1 + 1 file changed, 1 insertion(+) 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,\