[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guixsd in lxd container
From: |
Ludovic Courtès |
Subject: |
Re: guixsd in lxd container |
Date: |
Sun, 11 Jun 2017 22:26:58 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi,
Eddy Pronk <address@hidden> skribis:
> On Sat, Jun 10, 2017 at 7:54 AM, Ludovic Courtès <address@hidden> wrote:
[...]
>> So you’d have to set ‘GUIX_NEW_SYSTEM’ in your case to fix this.
>
> Added this to my start script:
> export GUIX_NEW_SYSTEM=/gnu/store/kq71yhydfgc0nksvmmn66cbvbj5a3mvf-system
>
> 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, ‘guix system container’ 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 ‘guix
system container’ does.
HTH,
Ludo’.