]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-debian: make sure init is installed
authorAntonio Terceiro <terceiro@softwarelivre.org>
Fri, 17 Jun 2016 22:00:56 +0000 (19:00 -0300)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 17 Nov 2016 23:27:54 +0000 (18:27 -0500)
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 6ee37f5728aa04c3cdda8996073145f2c0a7fd54..fe33b0b4c4728b14e3cb22f6281d597081177427 100644 (file)
@@ -222,6 +222,7 @@ cleanup()
 download_debian()
 {
     packages=\
+init,\
 ifupdown,\
 locales,\
 libui-dialog-perl,\