FS#51518 - mkinitcpio + luks + keymap fr-bepo

Attached to Project: Arch Linux
Opened by Floréal Toumikian (floreal) - Monday, 24 October 2016, 07:49 GMT
Last edited by Dave Reisner (falconindy) - Monday, 24 October 2016, 10:50 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Keymap fr-bepo, when mkinitcpio run cause an error. It results that keymap is set to us in early userland making difficult to enter a passphrase when using luks. This can be avoided by using fr-bepo-latin9

Additional info:
* packages: kbd 2.0.3-1, mkinitcpio 21-1
* mkinitcpio logs:
mkinitcpio -p linux
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 4.8.2-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
-> Running build hook: [keymap]
unknown keysym 'endash'

lk_add_key called with bad keycode -1
-> Running build hook: [encrypt]
-> Running build hook: [lvm2]
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 4.8.2-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
-> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
-> Running build hook: [keymap]
unknown keysym 'endash'

lk_add_key called with bad keycode -1
-> Running build hook: [encrypt]
-> Running build hook: [lvm2]
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful

Steps to reproduce:
1. $ echo KEYMAP=fr-bepo > /etc/vconsole.conf
2. add keymap in HOOK variable in /etc/mkinitcpio.conf
3. $ mkinitcpio -p linux
4. reboot (now the keymap in early userlant is us, will be set to fr-bepo after boot is complete though)
This task depends upon

Closed by  Dave Reisner (falconindy)
Monday, 24 October 2016, 10:50 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#40756 

Loading...