From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAK70-0001l7-Ce for guix-patches@gnu.org; Thu, 02 Nov 2017 14:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAK6w-0003cu-CT for guix-patches@gnu.org; Thu, 02 Nov 2017 14:21:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39547) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eAK6w-0003ca-92 for guix-patches@gnu.org; Thu, 02 Nov 2017 14:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eAK6v-00042y-TT for guix-patches@gnu.org; Thu, 02 Nov 2017 14:21:01 -0400 Subject: [bug#29100] [PATCH 2/3] install: Use overlayfs instead of unionfs. Resent-Message-ID: References: <20171101083952.5376-1-h.goebel@crazy-compilers.com> <20171101083952.5376-2-h.goebel@crazy-compilers.com> <20171102184405.05a67223@scratchpost.org> From: Hartmut Goebel Message-ID: Date: Thu, 2 Nov 2017 19:20:51 +0100 MIME-Version: 1.0 In-Reply-To: <20171102184405.05a67223@scratchpost.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 29100@debbugs.gnu.org Am 02.11.2017 um 18:44 schrieb Danny Milosavljevic: > [...] >> - (let ((rw-dir (string-append target #$%backing-directory))) >> + (let* ((rw-dir (string-append target #$%backing-directory)) >> + ;; FIXME: calculate work-dir from backing-directory: >> + ;; normpath(backing-directory + "../.overlayfs-workdir") >> + (work-dir (string-append target "/tmp/.overlayfs-workdir"))) > What about the FIXME? I'll change it into a TODO. Somebody with more knowledge in scheme as to implement this. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |