From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 2/2] gnu: Add control group file systems. Date: Fri, 19 Jun 2015 07:47:57 -0400 Message-ID: References: <87oakcil1w.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87si9nzzxu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5umC-00010L-6o for guix-devel@gnu.org; Fri, 19 Jun 2015 07:48:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5um7-0001YN-Kd for guix-devel@gnu.org; Fri, 19 Jun 2015 07:48:04 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:32973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5um7-0001Xv-FC for guix-devel@gnu.org; Fri, 19 Jun 2015 07:47:59 -0400 Received: by pdjn11 with SMTP id n11so89444119pdj.0 for ; Fri, 19 Jun 2015 04:47:58 -0700 (PDT) In-Reply-To: <87si9nzzxu.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Fri, Jun 19, 2015 at 7:43 AM, Ludovic Court=C3=A8s wrote: > David Thompson skribis: > >> From 339bc3a744ad07f8513fbbf4b1cfd7955fdf7f1d Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Thu, 18 Jun 2015 20:40:57 -0400 >> Subject: [PATCH 2/2] gnu: Add control group file systems. >> >> * gnu/system/file-systems.scm (%control-groups): New variable. >> (%base-file-system): Include control group file systems. > > LGTM! > > I assume none of these requires special kernel modules, right? I don't think. All of the mount points worked perfectly when tested with 'guix system vm'. - Dave