[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: |
Sat, 08 Jun 2019 21:45:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Hi,
Julien Lepiller <address@hidden> skribis:
> here is a part of my config:
>
> ```
> (operating-system
> (keyboard-layout (keyboard-layout "fr" "bepo"))
> (bootloader
> (bootloader-configuration
> (target "/boot/efi")
> (bootloader grub-efi-bootloader)
> (keyboard-layout keyboard-layout)))
> ...)
> ```
>
> But grub's prompt uses qwerty.
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’.