- Update to 026_git201303180829 * bugfixes * adds bash completion Support - Most importantly, fix the (silly) compatibility patch that changes the name from initramfs to initrd that went broken in last update (all initrds were suffixed by .img) OBS-URL: https://build.opensuse.org/request/show/160131 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=21
13 lines
520 B
Diff
13 lines
520 B
Diff
--- dracut-026_git201303180829.orig/modules.d/10i18n/module-setup.sh
|
|
+++ dracut-026_git201303180829/modules.d/10i18n/module-setup.sh
|
|
@@ -146,6 +146,9 @@ install() {
|
|
# Gentoo user may have KEYMAP set to something like "-u pl2",
|
|
KEYMAP=${KEYMAP#-* }
|
|
|
|
+ # openSUSE user may have KEYMAP set to something like ".gz"
|
|
+ KEYMAP=${KEYMAP/.gz/}
|
|
+
|
|
# KEYTABLE is a bit special - it defines base keymap name and UNICODE
|
|
# determines whether non-UNICODE or UNICODE version is used
|
|
|