bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36137: grub-efi doesn't understand my keyboard-layout


From: Ludovic Courtès
Subject: bug#36137: grub-efi doesn't understand my keyboard-layout
Date: Thu, 13 Jun 2019 16:58:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hi,

Julien Lepiller <address@hidden> skribis:

> Le 8 juin 2019 21:45:46 GMT+02:00, "Ludovic Courtès" <address@hidden> a écrit 
> :
>>Could you do:
>>
>>drv="$(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’.
>
> guix gc -R … doesn't show any derivation with grub in its name, and 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’re looking for is the one created by
‘keyboard-layout-file’ in (gnu bootloader grub).

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]