Accepting request 330991 from home:tsaupe:branches:Base:System:bsc943312-dracut

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
This commit is contained in:
Thomas Renninger 2015-09-16 09:17:31 +00:00 committed by Git OBS Bridge
parent e2833744e0
commit 79df380af0
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,12 @@
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
}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 14 11:33:51 UTC 2015 - thomas.blume@suse.com
- fix systemd-vconsole-error in initrd (bsc#943312)
Add 0180-dracut-add-trivial-vconsole-fontmap.patch
-------------------------------------------------------------------
Fri Sep 11 11:06:46 UTC 2015 - fvogt@suse.com

View File

@ -101,6 +101,7 @@ Patch163: 0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch
Patch164: 0164-Fix-initramfs-ver.img-vs-initrd-ver-in-dracut-initra.patch
Patch165: 0165-Order-root-fsck-after-pre-mount.patch
Patch168: 0168-remove_plymouth_logo_file.patch
Patch180: 0180-add-trivial-vconsole-fontmap.patch
# Still needed
Patch133: 0133-Allow-multiple-configurations-per-network-interface-.patch
@ -241,6 +242,7 @@ and its cryptography during startup.
%patch164 -p1
%patch165 -p1
%patch168 -p1
%patch180 -p1
%patch200 -p1
%patch201 -p1