From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 08:23:16 2022 Received: (at 53912) by debbugs.gnu.org; 11 Sep 2022 12:23:16 +0000 Received: from localhost ([127.0.0.1]:41049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXLzX-0003BF-NR for submit@debbugs.gnu.org; Sun, 11 Sep 2022 08:23:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXLzW-0003B0-Dd for 53912@debbugs.gnu.org; Sun, 11 Sep 2022 08:23:14 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54882) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXLzQ-0003Ys-QZ; Sun, 11 Sep 2022 08:23:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=8M2UIlZ/PhrGkeFVvUxP4V9tiuDfK8DYfY6BNtDpw3o=; b=Y6JtDP+GQg0z9noMcg0T sU6GybkSK6vucGd1TdGLOaMfw16CWAa8M2XBIsfdQi79KB28SQy7if8jkkI2k8h+3olvj7Er4M5es azQmyUCFMTPfMkqaurfXfeg0X1Khy3Amu7zTQXUl1252jR1toCbkHZ63zbcOU4P1BNSTB5p0+UVDY aKoh2krKg3cvJbyN7Hh1IuG6T+tBZI6d4OLiSRj2SnZbH30K5IlO68XGXq1d89U57zktPeMQy5d6m iQnHuNA3X7fYKUsO20zteCS5FQh3uSAhoN3L1/on4Z+/1nYqeWGmba9sUoWQ0zZVR4SwLSYgyl+9J c/U2YWdvUkElwA==; Received: from [2a02:587:1d33:7300:4fa4:945e:237e:7b1f] (port=46320 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXLzQ-0005iM-6q; Sun, 11 Sep 2022 08:23:08 -0400 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#53912: [PATCH 0/5] WIP Add WSL support. References: <875ypndznv.fsf@ajgrf.com> <87czhnkilq.fsf@gnu.org> Date: Sun, 11 Sep 2022 14:23:05 +0200 In-Reply-To: <87czhnkilq.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 11 Apr 2022 12:41:21 +0200") Message-ID: <87wnaa2j86.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53912 Cc: Alex Griffin , 53912@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey, > At first sight, it looks mostly ready to me. What=E2=80=99s missing is a > section like =E2=80=9CRunning Guix under WSL=E2=80=9D, maybe next to =E2= =80=9CRunning Guix in a > VM=E2=80=9D. WDYT? > > Better yet would be a =E2=80=9CSystem Images=E2=80=9D section under =E2= =80=9CSystem > Configuration=E2=80=9D, with a subsection dedicated to WSL images. I added a "System Images" documentation chapter with: https://issues.guix.gnu.org/57643. I sent a preliminary patchset to add tarball support here: https://issues.guix.gnu.org/57680. I also took most of the comments of this thread into account an pushed a revised version of this series to wip-image. In the documentation patchset, there is an "Image Modules" section describing how to create an image by running "guix system image gnu/system/images/pine64.scm". Maybe I should also give a more specific example of how to create a WSL image in that section? Tested all of it by creating a WSL image with some web services (nginx, tailon), they are started by Shepherd in the WSL and accessible from Windows. Thanks, Mathieu