From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guixsd in lxd container Date: Sun, 11 Jun 2017 22:26:58 +0200 Message-ID: <8737b6qnhp.fsf@gnu.org> References: <87h8zo3jzk.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]:43005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dK9Rx-00042J-4V for guix-devel@gnu.org; Sun, 11 Jun 2017 16:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dK9Rt-00060X-TC for guix-devel@gnu.org; Sun, 11 Jun 2017 16:27:05 -0400 In-Reply-To: (Eddy Pronk's message of "Sat, 10 Jun 2017 14:53:24 +1000") 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: Eddy Pronk Cc: guix-devel@gnu.org Hi, Eddy Pronk skribis: > On Sat, Jun 10, 2017 at 7:54 AM, Ludovic Court=C3=A8s wrot= e: [...] >> So you=E2=80=99d have to set =E2=80=98GUIX_NEW_SYSTEM=E2=80=99 in your c= ase to fix this. > > Added this to my start script: > export GUIX_NEW_SYSTEM=3D/gnu/store/kq71yhydfgc0nksvmmn66cbvbj5a3mvf-syst= em > > Great. That works. This got me 2 steps further. > > 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. HTH, Ludo=E2=80=99.