- save a few seconds on boot by always including the autofs4 kernel module in the initrd - dracut 033 - improved hostonly device recognition - improved hostonly module recognition - do not install udev rules from /etc in generic mode - fixed LABEL= parsing for swap devices - fixed iBFT network setup - removed caching of kernel cmdline - bcache: support new blkid - ifup with dhcp, if no "ip=" specified for the interface - fixed ifup udev rules OBS-URL: https://build.opensuse.org/request/show/200059 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=54
13 lines
488 B
Diff
13 lines
488 B
Diff
--- dracut-033.orig/modules.d/10i18n/module-setup.sh
|
|
+++ dracut-033/modules.d/10i18n/module-setup.sh
|
|
@@ -160,6 +160,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
|
|
|