From 20343d400dd1831073faf86463dd7348fe779173 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 28 May 2023 18:52:16 +0000 Subject: foo --- images/make_boot_img | 1 + 1 file changed, 1 insertion(+) diff --git a/images/make_boot_img b/images/make_boot_img index d573ad620..565f01d9b 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -377,6 +377,7 @@ sub boot_iso { } if ($arch ne 'x86_64') { _ "sed -i 's#x86_64#$arch#g' .boot_iso/EFI/BOOT/grub.cfg"; + _ "sed -i 's#\\(efi_uga\\|video_bochs\\|video_cirrus\\)##g' .boot_iso/EFI/BOOT/grub.cfg"; } # add theme _ "cp -r -L /boot/grub2/themes .boot_iso/EFI/BOOT/"; -- cgit v1.2.1