79df380af0
fix systemd-vconsole-error in initrd (bsc#943312) OBS-URL: https://build.opensuse.org/request/show/330991 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=226
13 lines
436 B
Diff
13 lines
436 B
Diff
Index: dracut-043/modules.d/98dracut-systemd/module-setup.sh
|
|
===================================================================
|
|
--- dracut-043.orig/modules.d/98dracut-systemd/module-setup.sh
|
|
+++ dracut-043/modules.d/98dracut-systemd/module-setup.sh
|
|
@@ -70,5 +70,7 @@ install() {
|
|
done
|
|
|
|
inst_simple "$moddir/dracut-tmpfiles.conf" "$tmpfilesdir/dracut-tmpfiles.conf"
|
|
+
|
|
+ inst_simple /usr/share/kbd/consoletrans/trivial
|
|
}
|
|
|