summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2017-04-26 21:49:36 +0300
committerThomas Backlund <tmb@mageia.org>2017-04-26 21:49:36 +0300
commit98745313cf51ccec856788ba768f67587fd1701c (patch)
tree4ef468ad928cf202983d28a8f9e37f5c47bccd06
parent8e7d64966c95695326f7d29ea61f6d2539ec101b (diff)
downloaddrakx-98745313cf51ccec856788ba768f67587fd1701c.tar
drakx-98745313cf51ccec856788ba768f67587fd1701c.tar.gz
drakx-98745313cf51ccec856788ba768f67587fd1701c.tar.bz2
drakx-98745313cf51ccec856788ba768f67587fd1701c.tar.xz
drakx-98745313cf51ccec856788ba768f67587fd1701c.zip
add missing unicode.pf2 in /EFI/BOOT/fonts/ (mga#19468)
-rw-r--r--images/NEWS2
-rwxr-xr-ximages/make_boot_img1
2 files changed, 3 insertions, 0 deletions
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";