- Update to 025_git201302211113 * Support out-of-tree and updated drivers in initramfs creation * shutdown: call "losetup -D" on shutdown * Mount /proc before including dracut-lib.sh. * dracut.sh: make /var/log a symlink to /run/log * systemd/dracut-pre-pivot.sh: remove /dev/root symlink after shell * kernel-modules: Add ehci support for kernel 3.8+ * Other bugfixes OBS-URL: https://build.opensuse.org/request/show/156022 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=17
13 lines
520 B
Diff
13 lines
520 B
Diff
--- dracut-025_git201302211113.orig/modules.d/10i18n/module-setup.sh
|
|
+++ dracut-025_git201302211113/modules.d/10i18n/module-setup.sh
|
|
@@ -144,6 +144,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
|
|
|