Re: [PATCH 13/15] scripts: system: Add 'container' action.

2015-10-30 Thread Thompson, David
On Tue, Oct 27, 2015 at 1:41 PM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> From 5dde31ef51502726a2915cc4faba81f4fadb851c Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Mon, 8 Jun 2015 09:04:38 -0400 >> Subject: [PATCH] scripts: system: Add 'container' action. >> >> * gu

Re: [PATCH 13/15] scripts: system: Add 'container' action.

2015-10-27 Thread Ludovic Courtès
"Thompson, David" skribis: > From 5dde31ef51502726a2915cc4faba81f4fadb851c Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Mon, 8 Jun 2015 09:04:38 -0400 > Subject: [PATCH] scripts: system: Add 'container' action. > > * guix/scripts/system.scm (show-help): Display 'container' action. >

Re: [PATCH 13/15] scripts: system: Add 'container' action.

2015-10-26 Thread Thompson, David
So, It's been awhile. I cleaned up the docs as per your suggestions. Attaching the updated patch just so someone can give it another look before I push it. My "system: container: Update to new service API." patch must be pushed first, though. Thanks! - Dave From 5dde31ef51502726a2915cc4faba81f4f

Re: [PATCH 13/15] scripts: system: Add 'container' action.

2015-07-07 Thread Ludovic Courtès
David Thompson skribis: > From: David Thompson > > * guix/scripts/system.scm (show-help): Display 'container' action. > (system-derivation-for-action, guix-system): Add 'container' case. > (perform-action): Skip GRUB config generation when building a container. > * doc/guix.texi (Invoking gu

[PATCH 13/15] scripts: system: Add 'container' action.

2015-07-06 Thread David Thompson
From: David Thompson * guix/scripts/system.scm (show-help): Display 'container' action. (system-derivation-for-action, guix-system): Add 'container' case. (perform-action): Skip GRUB config generation when building a container. * doc/guix.texi (Invoking guix system): Document it. --- doc/gui