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

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

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

2015-07-06 Thread David Thompson
From: David Thompson * gnu/system/file-systems.scm (%container-file-systems): New variable. --- gnu/system/file-systems.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm index b33f826..23998dd 100644