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 <terceiro@debian.org>
This commit is contained in:
Antonio Terceiro 2016-06-17 19:00:56 -03:00 committed by Antonio Terceiro
parent f6578a7bb2
commit 3c39b0b7a2

View File

@ -262,6 +262,7 @@ cleanup()
download_debian()
{
packages=\
init,\
ifupdown,\
locales,\
libui-dialog-perl,\