From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Status update on 1.0 Date: Wed, 27 Mar 2019 16:26:55 +0100 Message-ID: <87sgv89w3k.fsf@gnu.org> References: <871s3a4xd4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9ASA-0005rX-OA for guix-devel@gnu.org; Wed, 27 Mar 2019 11:27:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9ASA-0002tN-IN for guix-devel@gnu.org; Wed, 27 Mar 2019 11:26:58 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57352 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h9AS9-0001mm-Mt for guix-devel@gnu.org; Wed, 27 Mar 2019 11:26:58 -0400 In-Reply-To: <871s3a4xd4.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 13 Mar 2019 16:17:43 +0100") 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: Guix-devel Hello! Ludovic Court=C3=A8s skribis: > =E2=80=A2 The installer should be changed to produce the right > =E2=80=98initrd-modules=E2=80=99 field, using the same mechanism used= by > =E2=80=98check-device-initrd-modules=E2=80=99. I=E2=80=99ve done this in commit 50247be5f4633a4c3446cddbd3515d027853ec0d, = and also added a confirmation dialog before formatting disks in commit c73e554c3fe609ee2d66628f7f09cf7fa6c8d4a6 (I think it was Pierre who suggested it at the Guix Days.) I=E2=80=99ve added keyboard layout configuration, except for Xorg, in commit 3191b5f6ba5ebbb59a7448facd999ad7f7aeae79. Xorg keyboard layout configuration remains a bit too complicated so I think we=E2=80=99d first need to simplify it, though I=E2=80=99m not sure h= ow (introduce an intermediate service?). Anyway, you=E2=80=99re still very much welcome to test the installer! See = the manual on how to build the installation image: https://gnu.org/software/guix/manual/en/html_node/Building-the-Installati= on-Image.html Ludo=E2=80=99.