dracut/use_sysconfig_values_correctly.patch
Raymond Wooninck 1b02e73d16 Accepting request 164012 from home:elvigia:branches:Base:System
- 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
2013-04-15 09:51:29 +00:00

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