From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= <ludo@gnu.org> Subject: bug#35585: GRUB does not work with USB keyboards when using keyboard-layout Date: Wed, 08 May 2019 12:03:21 +0200 Message-ID: <87o94d1cwm.fsf@gnu.org> References: <20190505173544.f3tjaznsbniyqj5z@pelzflorian.localdomain> <87tve62qic.fsf@gnu.org> <20190507183914.615660dc@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: <bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([209.51.188.92]:53856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hOJQh-0002tG-E7 for bug-guix@gnu.org; Wed, 08 May 2019 06:04:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hOJQg-0007jb-FP for bug-guix@gnu.org; Wed, 08 May 2019 06:04:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46811) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hOJQg-0007jM-Bs for bug-guix@gnu.org; Wed, 08 May 2019 06:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hOJQg-00015h-0a for bug-guix@gnu.org; Wed, 08 May 2019 06:04:02 -0400 Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org> Resent-Message-ID: <handler.35585.B35585.15573098134153@debbugs.gnu.org> In-Reply-To: <20190507183914.615660dc@scratchpost.org> (Danny Milosavljevic's message of "Tue, 7 May 2019 18:39:14 +0200") List-Id: Bug reports for GNU Guix <bug-guix.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/bug-guix>, <mailto:bug-guix-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/bug-guix/> List-Post: <mailto:bug-guix@gnu.org> List-Help: <mailto:bug-guix-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/bug-guix>, <mailto:bug-guix-request@gnu.org?subject=subscribe> Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" <bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org> To: Danny Milosavljevic <dannym@scratchpost.org> Cc: 35585@debbugs.gnu.org Hi Danny, Danny Milosavljevic <dannym@scratchpost.org> skribis: > Why is it specified at all? If it's not specified, it will default to > the "platform native" inputs which means the ones available in the source= code > for that platform. So aren't we complicating our life for no reason by > specifying it in the first place? I don=E2=80=99t know. I added it in 8d058e7b1b1a409d3d9cc29c5650a98db4e787= 83, which was inspired by a patch posted by nee, but in hindsight I think this has nothing to do here. So I=E2=80=99m happy to remove that =E2=80=9Cterminal_input=E2=80=9D line. Florian, can you check whether removing the line fixes the issue for you? We should make sure it also works for the rest of us. Thanks for your feedback, Danny! Ludo=E2=80=99.