Re: [PATCH 12/15] gnu: system: Add Linux container file systems.

2015-07-09 Thread Thompson, David
On Tue, Jul 7, 2015 at 9:56 AM, Ludovic Courtès  wrote:
> David Thompson  skribis:
>
>> * gnu/system/file-systems.scm (%container-file-systems): New variable.
>
> [...]
>
>> +(define %container-file-systems
>
> Could you add a comment explaining how they differ from
> %base-file-systems and why it must be done this way?
>
> Otherwise OK.

Done and pushed!

- Dave



Re: [PATCH 12/15] gnu: system: Add Linux container file systems.

2015-07-07 Thread Ludovic Courtès
David Thompson  skribis:

> * gnu/system/file-systems.scm (%container-file-systems): New variable.

[...]

> +(define %container-file-systems

Could you add a comment explaining how they differ from
%base-file-systems and why it must be done this way?

Otherwise OK.

Ludo’.