Commit 3c39b0b7 by Antonio Terceiro Committed by Antonio Terceiro

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 f6578a7b
...@@ -262,6 +262,7 @@ cleanup() ...@@ -262,6 +262,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