Commit 7f5a16e4 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 0cd7f6f9
...@@ -242,6 +242,7 @@ cleanup() ...@@ -242,6 +242,7 @@ cleanup()
download_debian() download_debian()
{ {
packages=\ packages=\
init,\
ifupdown,\ ifupdown,\
locales,\ locales,\
libui-dialog-perl,\ 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