Please read this before reporting a bug:
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#18214 - [mkinitcpio] stalls on keymap hook
Attached to Project:
Arch Linux
Opened by Davorin Učakar (phantom) - Sunday, 07 February 2010, 10:41 GMT-4
Last edited by Thomas Bächler (brain0) - Thursday, 11 February 2010, 03:39 GMT-4
Opened by Davorin Učakar (phantom) - Sunday, 07 February 2010, 10:41 GMT-4
Last edited by Thomas Bächler (brain0) - Thursday, 11 February 2010, 03:39 GMT-4
|
DetailsDescription:
mkinitcpio stalls during keymap hook if KEYMAP is not set. It is caused by command "loadkeys -q -u $KEYMAP -b" in /lib/initcpio/install/keymap, which misses layout parameter if KEYMAP variable in /etc/rc.cont is empty, so loadkeys waits for input from stdin indefinitely. Additional info: * package version(s): mkinitcpio-0.5.99.3-1 Steps to reproduce: Make sure you have empty KEYMAP variable in /etc/rc.conf and keymap hook activated in /etc/mkinicpio.conf. Run mkinicpio -p kernel26. |
This task depends upon
Comment by Thomas Bächler (brain0) -
Sunday, 07 February 2010, 15:09 GMT-4
Good catch, thanks. It is easy to fix.
Comment by Thomas Bächler (brain0) -
Sunday, 07 February 2010, 16:08 GMT-4
This should fix it: http://projects.archlinux.org/mkinitcpio.git/commit/?h=kill-klibc&id=bf7b98936386ff88c0774589e40352824728ae96