unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36137: grub-efi doesn't understand my keyboard-layout
@ 2019-06-08 13:19 Julien Lepiller
  2019-06-08 19:45 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Lepiller @ 2019-06-08 13:19 UTC (permalink / raw)
  To: 36137

Hi!

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#36137: grub-efi doesn't understand my keyboard-layout
  2019-06-08 13:19 bug#36137: grub-efi doesn't understand my keyboard-layout Julien Lepiller
@ 2019-06-08 19:45 ` Ludovic Courtès
  2019-06-08 20:13   ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2019-06-08 19:45 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 36137

Hi,

Julien Lepiller <julien@lepiller.eu> 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’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#36137: grub-efi doesn't understand my keyboard-layout
  2019-06-08 19:45 ` Ludovic Courtès
@ 2019-06-08 20:13   ` Julien Lepiller
  2019-06-13 14:58     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Lepiller @ 2019-06-08 20:13 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36137

Le 8 juin 2019 21:45:46 GMT+02:00, "Ludovic Courtès" <ludo@gnu.org> a écrit :
>Hi,
>
>Julien Lepiller <julien@lepiller.eu> 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’.

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#36137: grub-efi doesn't understand my keyboard-layout
  2019-06-08 20:13   ` Julien Lepiller
@ 2019-06-13 14:58     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2019-06-13 14:58 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 36137

Hi,

Julien Lepiller <julien@lepiller.eu> skribis:

> Le 8 juin 2019 21:45:46 GMT+02:00, "Ludovic Courtès" <ludo@gnu.org> 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’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-13 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-08 13:19 bug#36137: grub-efi doesn't understand my keyboard-layout Julien Lepiller
2019-06-08 19:45 ` Ludovic Courtès
2019-06-08 20:13   ` Julien Lepiller
2019-06-13 14:58     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).