Re: [PATCH 11/15] gnu: system: Add Linux container module.

2015-07-10 Thread Ludovic Courtès
"Thompson, David" skribis: > From 7c41e765a91f6a4c50b692f6230d6e0e3e3b7099 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Mon, 8 Jun 2015 08:59:00 -0400 > Subject: [PATCH] gnu: system: Add Linux container module. > > * gnu/system/linux-container.scm: New file. > * gnu-system.am (GNU_SYS

Re: [PATCH 11/15] gnu: system: Add Linux container module.

2015-07-09 Thread Thompson, David
On Tue, Jul 7, 2015 at 9:55 AM, Ludovic Courtès wrote: > David Thompson skribis: > >> * gnu/system/linux-container.scm: New file. >> * gnu-system.am (GNU_SYSTEM_MODULES): Add it. >> * gnu/system.scm: Export 'operating-system-etc-directory', >> 'operating-system-boot-script', 'operating-system-l

Re: [PATCH 11/15] gnu: system: Add Linux container module.

2015-07-07 Thread Ludovic Courtès
David Thompson skribis: > * gnu/system/linux-container.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > * gnu/system.scm: Export 'operating-system-etc-directory', > 'operating-system-boot-script', 'operating-system-locale-directory', and > 'file-union'. > (operating-system-b

[PATCH 11/15] gnu: system: Add Linux container module.

2015-07-06 Thread David Thompson
From: David Thompson * gnu/system/linux-container.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/system.scm: Export 'operating-system-etc-directory', 'operating-system-boot-script', 'operating-system-locale-directory', and 'file-union'. (operating-system-boot-script): Ad