From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36137: grub-efi doesn't understand my keyboard-layout Date: Thu, 13 Jun 2019 16:58:25 +0200 Message-ID: <87a7el352m.fsf@gnu.org> References: <20190608151900.01c41d2c@tachikoma.lepiller.eu> <87r28397yt.fsf@gnu.org> <5622D1E0-FAF0-4641-8FE7-03795562BE0E@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49649) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbRBy-0003aM-KJ for bug-guix@gnu.org; Thu, 13 Jun 2019 10:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hbRBx-0003rN-3m for bug-guix@gnu.org; Thu, 13 Jun 2019 10:59:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50516) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hbRBu-0003pe-C9 for bug-guix@gnu.org; Thu, 13 Jun 2019 10:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hbRBu-0003u2-9Q for bug-guix@gnu.org; Thu, 13 Jun 2019 10:59:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <5622D1E0-FAF0-4641-8FE7-03795562BE0E@lepiller.eu> (Julien Lepiller's message of "Sat, 08 Jun 2019 22:13:15 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Julien Lepiller Cc: 36137@debbugs.gnu.org Hi, Julien Lepiller skribis: > Le 8 juin 2019 21:45:46 GMT+02:00, "Ludovic Court=C3=A8s" = a =C3=A9crit : >>Could you do: >> >>drv=3D"$(guix gc -R $(guix system build -nd /etc/config.scm) | grep >>'grub-keymap.*\.drv$')" >> guix build --log-file $drv >> >>and post that log? >> >>Thanks, >>Ludo=E2=80=99. > > guix gc -R =E2=80=A6 doesn't show any derivation with grub in its name, a= nd the only one with keymap in the name is console-keymap.fr.drv. What if you search like this: guix gc -R $(guix gc --derivers $(readlink -f /run/current-system)) \ | grep keymap.*drv The derivation we=E2=80=99re looking for is the one created by =E2=80=98keyboard-layout-file=E2=80=99 in (gnu bootloader grub). Thanks, Ludo=E2=80=99.