The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/98
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) === I tried building the archlinux example, but `lxc-start` failed due to `/sbin/init` being missing. I added `systemd-sysvcompat`, which provides `/sbin/init`, as a dependency.
From 19d98672b90fbe3bae618d6e9b27f2e6973482a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjarki=20=C3=81g=C3=BAst=20Gu=C3=B0mundsson?= <bja...@syndis.is> Date: Tue, 5 Jun 2018 23:36:04 +0000 Subject: [PATCH] Add systemd-sysvcompat as archlinux dependency Provides /sbin/init which was previously missing --- doc/examples/archlinux | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/examples/archlinux b/doc/examples/archlinux index b659a8e..93a325b 100644 --- a/doc/examples/archlinux +++ b/doc/examples/archlinux @@ -55,4 +55,5 @@ packages: update: true install: + - systemd-sysvcompat - neovim
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel