Hi, Eddy Pronk <[email protected]> skribis:
> On Sat, Jun 10, 2017 at 7:54 AM, Ludovic Courtès <[email protected]> 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’.
