From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 5/8] ts-kernel-build: Explicitly enable CONFIG_CGROUPS Date: Tue, 6 Oct 2015 13:47:03 +0100 Message-ID: <1444135626-1771-5-git-send-email-ian.campbell@citrix.com> References: <1444135606.5302.145.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444135606.5302.145.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org This is not enabled in the arm defconfig (it is in x86) and without it a Debian Jessie userspace with systemd fails to boot with: systemd[1]: Failed to mount tmpfs at /sys/fs/cgroup: No such file or directory While we arrange to use sysvinit in the host and in d-i installed guests we do not do so for xen-create-image guests. Arranging to install sysvinit-core during xen-create-image looks to be non-trivial. I hope it won't be necessary. Signed-off-by: Ian Campbell --- v2: New patch --- ts-kernel-build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts-kernel-build b/ts-kernel-build index a16527b..6d59e6e 100755 --- a/ts-kernel-build +++ b/ts-kernel-build @@ -549,6 +549,9 @@ setopt CONFIG_BLK_CPQ_CISS_DA m setopt CONFIG_FHANDLE y +# Needed for Jessie+ userspace when systemd is used. +setopt CONFIG_CGROUPS y + # Needed for efibootmgr setopt CONFIG_EFI_VARS y -- 2.5.3