summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2023-05-28 18:52:16 +0000
committerPascal Terjan <pterjan@gmail.com>2023-05-28 18:52:30 +0000
commit20343d400dd1831073faf86463dd7348fe779173 (patch)
tree0f01571de8782786e72cb031224df652d0e62fba
parentfdcd46c9af12f58ccc1a94cd68e0f977e825ed7d (diff)
downloaddrakx-user/pterjan/arm64.tar
drakx-user/pterjan/arm64.tar.gz
drakx-user/pterjan/arm64.tar.bz2
drakx-user/pterjan/arm64.tar.xz
drakx-user/pterjan/arm64.zip
-rwxr-xr-ximages/make_boot_img1
1 files changed, 1 insertions, 0 deletions
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/";