From 98745313cf51ccec856788ba768f67587fd1701c Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 26 Apr 2017 21:49:36 +0300 Subject: add missing unicode.pf2 in /EFI/BOOT/fonts/ (mga#19468) --- images/NEWS | 2 ++ images/make_boot_img | 1 + 2 files changed, 3 insertions(+) diff --git a/images/NEWS b/images/NEWS index 766c8caf7..b96f1ab38 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- add missing unicode.pf2 in /EFI/BOOT/fonts/ (mga#19468) + Version 2.43 - 25 February 2017 by Thierry Vignaud - sync with kernel-4.8 diff --git a/images/make_boot_img b/images/make_boot_img index b591f486c..21c75689c 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -357,6 +357,7 @@ sub boot_iso { # add theme _ "cp -r -L /boot/grub2/{fonts,themes} .boot_iso/EFI/BOOT/"; _ "cp -f grub2.theme .boot_iso/EFI/BOOT/themes/maggy/theme.txt"; + _ "cp -f /usr/share/grub/unicode.pf2 .boot_iso/EFI/BOOT/fonts/"; # create efiboot.img, mtools wants the image to be a power of 32. my $efisize = ceil(ceil(chomp_(`du -s -k .boot_iso/EFI`) / 1024) * 1024 / 32) * 32; my $efi_img = ".boot_iso/isolinux/efiboot.img"; -- cgit v1.2.1