[lxc-devel] [lxc/master] lxc-debian: make sure init is installed

terceiro on Github lxc-bot at linuxcontainers.org
Sat Jun 18 12:21:06 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 507 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160618/6e354c7b/attachment.bin>
-------------- next part --------------
From 55bd6688ec22f55f895cde1dfd060132b7e12b28 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro at 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,\


More information about the lxc-devel mailing list