Re: [PATCH] system: container: Update to new service API.

2015-10-30 Thread Ludovic Courtès
"Thompson, David" skribis: > From 750131550354a25541a3adcdd983f4053bb86cc9 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Thu, 29 Oct 2015 00:15:36 -0400 > Subject: [PATCH] system: container: Adjust to changes in gexps. > > * gnu/system/linux-container.scm (system-container): 'etc' is n

Re: [PATCH] system: container: Update to new service API.

2015-10-29 Thread Thompson, David
On Thu, Oct 29, 2015 at 6:00 PM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Tue, Oct 27, 2015 at 9:22 AM, Ludovic Courtès wrote: >>> Sorry, I meant to preserve #:container? behavior but I forgot this bit. >>> >>> I believe the attached patch provides an Even Greater Way to addre

Re: [PATCH] system: container: Update to new service API.

2015-10-29 Thread Ludovic Courtès
"Thompson, David" skribis: > On Tue, Oct 27, 2015 at 9:22 AM, Ludovic Courtès wrote: >> Sorry, I meant to preserve #:container? behavior but I forgot this bit. >> >> I believe the attached patch provides an Even Greater Way to address the >> problem, namely by making the modprobe/firmware thing

Re: [PATCH] system: container: Update to new service API.

2015-10-28 Thread Thompson, David
On Tue, Oct 27, 2015 at 9:22 AM, Ludovic Courtès wrote: > Sorry, I meant to preserve #:container? behavior but I forgot this bit. > > I believe the attached patch provides an Even Greater Way to address the > problem, namely by making the modprobe/firmware thing an optional > service. > > Could yo

Re: [PATCH] system: container: Update to new service API.

2015-10-27 Thread Ludovic Courtès
Sorry, I meant to preserve #:container? behavior but I forgot this bit. I believe the attached patch provides an Even Greater Way to address the problem, namely by making the modprobe/firmware thing an optional service. Could you try and report back? I tried it in a VM and there’s no regression.

Re: [PATCH] system: container: Update to new service API.

2015-10-26 Thread Thompson, David
Date: Mon, 26 Oct 2015 20:12:55 -0400 Subject: [PATCH] system: container: Update to new service API. * gnu/services.scm (activation-script->script): Add #:container? argument. (activation-script): Add #:container? argument. Omit kernel tweaks when creating a script for a container. *

[PATCH] system: container: Update to new service API.

2015-10-26 Thread David Thompson
Getting up to speed with the changes that were made during the service API rewrite. >From d3dd1b2d05f17702f7fa6095132db00e2146e702 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 26 Oct 2015 18:09:28 -0400 Subject: [PATCH] scripts: build: Add --file option. * guix/scripts/build.scm (sho