aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.standard.sh
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-18 15:38:28 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-18 15:40:40 +0200
commite47d253fb49833e94a4665014219b98227d6fbf6 (patch)
treebd6a04a2e27530b99194b485c3e8250efeaad452 /scripts/mkimg.standard.sh
parent0a56fcdbd4c0e8d24c681be43ef65ca44eeef356 (diff)
downloadaports-e47d253fb49833e94a4665014219b98227d6fbf6.tar.bz2
aports-e47d253fb49833e94a4665014219b98227d6fbf6.tar.xz
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).
Diffstat (limited to 'scripts/mkimg.standard.sh')
-rwxr-xr-xscripts/mkimg.standard.sh1
1 files changed, 1 insertions, 0 deletions
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=
}