From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add control group file systems. Date: Fri, 19 Jun 2015 13:43:09 +0200 Message-ID: <87si9nzzxu.fsf@gnu.org> References: <87oakcil1w.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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]:52355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5uhY-0008Pm-NH for guix-devel@gnu.org; Fri, 19 Jun 2015 07:43:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5uhU-0007g8-0e for guix-devel@gnu.org; Fri, 19 Jun 2015 07:43:16 -0400 In-Reply-To: <87oakcil1w.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Thu, 18 Jun 2015 20:44:27 -0400") 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: David Thompson Cc: guix-devel@gnu.org 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? Thanks, Ludo=E2=80=99.