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/mkimage.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scripts/mkimage.sh') diff --git a/scripts/mkimage.sh b/scripts/mkimage.sh index baf3380edb..0b413207ca 100755 --- a/scripts/mkimage.sh +++ b/scripts/mkimage.sh @@ -1,6 +1,8 @@ #!/bin/sh -# apk add abuild apk-tools alpine-conf busybox fakeroot xorriso +# apk add \ +# abuild apk-tools alpine-conf busybox fakeroot syslinux xorriso +# (for efi:) mtools dosfstools grub-efi # FIXME: clean workdir out of unneeded sections # FIXME: --release: cp/mv images to REPODIR/$ARCH/releases/ @@ -55,7 +57,7 @@ usage() { $0 [--tag RELEASE] [--outdir OUTDIR] [--workdir WORKDIR] [--arch ARCH] [--profile PROFILE] [--hostkeys] [--simulate] - [--yaml FILE] + [--repository REPO] [--yaml FILE] $0 --help options: @@ -64,6 +66,7 @@ options: --hostkeys Copy system apk signing keys to created images --outdir Specify directory for the created images --profile Specify which profiles to build +--repository Add package repository to use for the image --simulate Don't execute commands --tag Build images for tag RELEASE --workdir Specify temporary working directory (cache) -- cgit v1.2.3