Le 8 juin 2019 21:45:46 GMT+02:00, "Ludovic Courtès" <[email protected]> a écrit :
>Hi,
>
>Julien Lepiller <[email protected]> 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.



Reply via email to