1b02e73d16
- Update to 027_git201304121327 * much of patch correct-paths-for-opensuse.patch is no longer need so it has shrinked significantly. * since PRE-027 dracut requires systemd >= 199 reflect that in in the rpm buildRequires. OBS-URL: https://build.opensuse.org/request/show/164012 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=33
15 lines
655 B
Diff
15 lines
655 B
Diff
Index: dracut-027_git201304121327/modules.d/10i18n/module-setup.sh
|
|
===================================================================
|
|
--- dracut-027_git201304121327.orig/modules.d/10i18n/module-setup.sh
|
|
+++ dracut-027_git201304121327/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
|
|
|