From e47d253fb49833e94a4665014219b98227d6fbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 18 Nov 2016 15:38:28 +0200 Subject: scripts/mkimage: preparation for efi boot in iso images not enabled yet, but uncommenting the grub_mod should enable building of isolinux+grubefi hybrid images. once uefi boot works and is verified on aarch64, we can enable the vanilla iso image (grsec does not support aarch64). --- scripts/mkimg.standard.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/mkimg.standard.sh') diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh index c5bd9709b7..5e18160c9a 100755 --- a/scripts/mkimg.standard.sh +++ b/scripts/mkimg.standard.sh @@ -9,6 +9,7 @@ profile_standard() { profile_vanilla() { profile_standard + #arch="$arch aarch64" kernel_flavors="vanilla" kernel_addons= } -- cgit v1.2.3