From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Building Docker images of GuixSD Date: Sun, 05 Nov 2017 16:45:28 +0100 Message-ID: <87o9ogsp9j.fsf@gnu.org> References: <87bmldavre.fsf@gmail.com> <87efq8pwrf.fsf@gnu.org> <87mv4viknx.fsf@gmail.com> <87she5kz6i.fsf@gmail.com> <87inez3tnb.fsf_-_@gnu.org> <87tvyg9g5f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBN7A-0005qq-DZ for guix-devel@gnu.org; Sun, 05 Nov 2017 10:45:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBN76-0007r1-DS for guix-devel@gnu.org; Sun, 05 Nov 2017 10:45:36 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:42236) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eBN76-0007pk-64 for guix-devel@gnu.org; Sun, 05 Nov 2017 10:45:32 -0500 In-Reply-To: <87tvyg9g5f.fsf@gmail.com> (Chris Marusich's message of "Mon, 30 Oct 2017 19:59:08 -0700") 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: Chris Marusich Cc: guix-devel@gnu.org Hi! Chris Marusich skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: [...] >> Or we mount the host store over 9p and exec a dynamically-linked Guile >> from there. > > I understand hat by "9p" you mean to share the file system with the VM, > but I don't quite understand what this option entails. If the initrd > doesn't use the right Guile, why will sharing the store via 9p work? Do > you mean to exec directly somehow, instead of using an initrd...? 9p support is in the kernel, so we can always mount a 9p file system, provided the relevant 9p kernel modules are loaded. HTH! Ludo=E2=80=99.