On Sun, Jul 25, 2021 at 4:51 PM Georgy Yakovlev <gyakov...@gentoo.org> wrote:
>
> Signed-off-by: Georgy Yakovlev <gyakov...@gentoo.org>
> ---
>  targets/support/create-iso.sh | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
> index 70684f78..729f5c15 100755
> --- a/targets/support/create-iso.sh
> +++ b/targets/support/create-iso.sh
> @@ -18,7 +18,7 @@ case ${clst_hostarch} in
>                  cdmaker="grub-mkrescue"
>                  cdmakerpkg="dev-libs/libisoburn and sys-boot/grub:2"
>                  ;;
> -       amd64|ia64|x86)
> +       amd64|arm64|ia64|x86)
>                 cdmaker="grub-mkrescue"
>                 # grub-mkrescue requires:
>                 #  xorriso from libisoburn
> @@ -52,6 +52,9 @@ then
>                                 arm)
>                                         clst_iso_volume_id="Gentoo Linux - 
> ARM"
>                                 ;;
> +                               arm64)
> +                                       clst_iso_volume_id="Gentoo Linux - 
> ARM64"
> +                               ;;
>                                 hppa)
>                                         clst_iso_volume_id="Gentoo Linux - 
> HPPA"
>                                 ;;
> @@ -188,7 +191,7 @@ case ${clst_hostarch} in
>                 # o=    output image (burnable to CD; readable by fdisk)
>                 /usr/bin/sgibootcd c=${cfg} o=${clst_iso}
>         ;;
> -       amd64|ia64|ppc*|powerpc*|sparc*|x86)
> +       amd64|arm64|ia64|ppc*|powerpc*|sparc*|x86)
>                 isoroot_checksum
>
>                 extra_opts=("-joliet")
> --
> 2.32.0

Looks good. I'd just squash "[PATCH]
targets/support/bootloader-setup.sh: add arm64 support" into this one
and change the commit prefix to "targets: ".

Reply via email to