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
"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.
>
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
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
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