From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 4/4] environment: Add '--debug' flag. Date: Tue, 19 Jul 2016 21:15:43 +0200 Message-ID: References: <20160719164916.6597-1-david@craven.ch> <20160719164916.6597-5-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPaUh-0008VZ-H1 for guix-devel@gnu.org; Tue, 19 Jul 2016 15:15:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPaUd-0003CA-6e for guix-devel@gnu.org; Tue, 19 Jul 2016 15:15:50 -0400 Received: from mail-yw0-x242.google.com ([2607:f8b0:4002:c05::242]:33608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPaUb-0003BO-Va for guix-devel@gnu.org; Tue, 19 Jul 2016 15:15:47 -0400 Received: by mail-yw0-x242.google.com with SMTP id z8so255824ywa.0 for ; Tue, 19 Jul 2016 12:15:44 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: "Thompson, David" Cc: guix-devel , Guix-devel > I'm not big on overlayfs, it's actually a major source of problems in > Docker, but I'm not opposed to exploring it. Hmm, can you elaborate on that? Not that I know anything about filesystem internals. Is it overlayfs in particular or union filesystems in general? David