From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eddy Pronk Subject: Re: guixsd in lxd container Date: Fri, 16 Jun 2017 22:21:59 +1000 Message-ID: References: <87h8zo3jzk.fsf@gnu.org> <8737b6qnhp.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]:33865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLqGM-0001Pr-UO for guix-devel@gnu.org; Fri, 16 Jun 2017 08:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLqGI-0002G6-E1 for guix-devel@gnu.org; Fri, 16 Jun 2017 08:22:06 -0400 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:35488) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLqGI-0002F2-7l for guix-devel@gnu.org; Fri, 16 Jun 2017 08:22:02 -0400 Received: by mail-oi0-x22d.google.com with SMTP id c189so197881oia.2 for ; Fri, 16 Jun 2017 05:22:00 -0700 (PDT) In-Reply-To: <8737b6qnhp.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" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel@gnu.org On Mon, Jun 12, 2017 at 6:26 AM, Ludovic Court=C3=A8s wrote: >> I had to comment out some snippets from activation.scm: >> >> ;; activate-modprobe >> ;; activate-firmware >> ;; activate-ptrace-attach > > Yeah, =E2=80=98guix system container=E2=80=99 does that too: > > http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system.scm#n418 > http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services.scm#n466 > > I think we should look for ways that would allow you to reuse what =E2=80= =98guix > system container=E2=80=99 does. Shall I open a bug for this so it can be tracked? Eddy