Commit 718c2a0c by Antonio Terceiro Committed by Stéphane Graber

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: 's avatarAntonio Terceiro <terceiro@debian.org>
parent 3ff94e7e
......@@ -222,6 +222,7 @@ cleanup()
download_debian()
{
packages=\
init,\
ifupdown,\
locales,\
libui-dialog-perl,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment