From e0e32ed36786b25b5e3b3cb9fe08f06b1c739247 Mon Sep 17 00:00:00 2001 From: Luc Menut Date: Thu, 22 Dec 2016 18:59:16 +0200 Subject: - try to dereference symbolic links in order to fix image size for FAT32 efiboot.img (mga#19323) --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 57afa3d39..39d544f09 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -355,7 +355,7 @@ sub boot_iso { _ "sed -i 's#timeout=[0-9]*#timeout=1#' .boot_iso/EFI/BOOT/grub.cfg"; } # add theme - _ "cp -r /boot/grub2/{fonts,themes} .boot_iso/EFI/BOOT/"; + _ "cp -r -L /boot/grub2/{fonts,themes} .boot_iso/EFI/BOOT/"; _ "cp -f grub2.theme .boot_iso/EFI/BOOT/themes/maggy/theme.txt"; # create efiboot.img, matching 63 cylinders from new dosfstools my $efisize = ceil(ceil(chomp_(`du -s -k .boot_iso/EFI`) / 1024) * 1024 / 63) * 63; -- cgit v1.2.1