]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-debian: make sure init is installed 1052/head
authorAntonio Terceiro <terceiro@softwarelivre.org>
Fri, 17 Jun 2016 22:00:56 +0000 (19:00 -0300)
committerAntonio Terceiro <terceiro@debian.org>
Sat, 18 Jun 2016 12:22:47 +0000 (09:22 -0300)
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>
templates/lxc-debian.in

index 56953b63f86d8ba2919ce91e08afa6b97572f7a4..0f66783eac2465d6c0b887a5aea4998d4982d773 100644 (file)
@@ -262,6 +262,7 @@ cleanup()
 download_debian()
 {
     packages=\
+init,\
 ifupdown,\
 locales,\
 libui-dialog-perl,\