The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1052

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
init 1.34 is not "Essential" anymore, in order to make it not required
on minimal chroots, docker containers, etc. Because of that we know need
to manually include it on systems that are expected to boot.
From 55bd6688ec22f55f895cde1dfd060132b7e12b28 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terce...@softwarelivre.org>
Date: Fri, 17 Jun 2016 19:00:56 -0300
Subject: [PATCH] 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 know need
to manually include it on systems that are expected to boot.
---
 templates/lxc-debian.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in
index 56953b6..0f66783 100644
--- a/templates/lxc-debian.in
+++ b/templates/lxc-debian.in
@@ -262,6 +262,7 @@ cleanup()
 download_debian()
 {
     packages=\
+init,\
 ifupdown,\
 locales,\
 libui-dialog-perl,\
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to