From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B89E158087 for ; Sun, 30 Jan 2022 20:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB53E2BC005; Sun, 30 Jan 2022 20:43:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21D2B2BC001 for ; Sun, 30 Jan 2022 20:43:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8300342F49 for ; Sun, 30 Jan 2022 20:42:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F07F2B8 for ; Sun, 30 Jan 2022 20:42:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1627519002.e0b9b007b563188cca5f5317f780bb5d4bbb17d1.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/bootloader-setup.sh targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e0b9b007b563188cca5f5317f780bb5d4bbb17d1 X-VCS-Branch: wip/mattst88 Date: Sun, 30 Jan 2022 20:42:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0588ff0c-a2b2-4709-bcbe-43426f4349bd X-Archives-Hash: 0419a8ecc84da9a25c2b308e60b1dae4 commit: e0b9b007b563188cca5f5317f780bb5d4bbb17d1 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jul 25 23:51:12 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 29 00:36:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e0b9b007 targets: Add arm64 livecd support Closes: https://bugs.gentoo.org/785769 Signed-off-by: Georgy Yakovlev gentoo.org> Signed-off-by: Matt Turner gentoo.org> targets/support/bootloader-setup.sh | 2 +- targets/support/create-iso.sh | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh index ea18f736..4cfa61eb 100755 --- a/targets/support/bootloader-setup.sh +++ b/targets/support/bootloader-setup.sh @@ -87,7 +87,7 @@ case ${clst_hostarch} in echo "--recoverykernel=boot/${x}" >> ${icfg} done ;; - amd64|ia64|ppc*|powerpc*|sparc*|x86) + amd64|arm64|ia64|ppc*|powerpc*|sparc*|x86) kern_subdir=/boot iacfg=$1/boot/grub/grub.cfg mkdir -p $1/boot/grub diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 9b2cbb60..838962fe 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") From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52B0A139337 for ; Thu, 29 Jul 2021 01:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0689E0922; Thu, 29 Jul 2021 01:22:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BE65E0922 for ; Thu, 29 Jul 2021 01:22:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACC02342BA0 for ; Thu, 29 Jul 2021 01:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AAF87CE for ; Thu, 29 Jul 2021 01:22:53 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1627519002.e0b9b007b563188cca5f5317f780bb5d4bbb17d1.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/bootloader-setup.sh targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e0b9b007b563188cca5f5317f780bb5d4bbb17d1 X-VCS-Branch: master Date: Thu, 29 Jul 2021 01:22:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: feedc2a6-9245-42c8-94fd-1587ef7dfeb5 X-Archives-Hash: 3689c8f02166ec58ca4d9f9cb2f3b343 Message-ID: <20210729012253.SJyyhFjwSsW4qpFZjiJX3y5W5iATCX4FcMmXMaJ4ciQ@z> commit: e0b9b007b563188cca5f5317f780bb5d4bbb17d1 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jul 25 23:51:12 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 29 00:36:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e0b9b007 targets: Add arm64 livecd support Closes: https://bugs.gentoo.org/785769 Signed-off-by: Georgy Yakovlev gentoo.org> Signed-off-by: Matt Turner gentoo.org> targets/support/bootloader-setup.sh | 2 +- targets/support/create-iso.sh | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh index ea18f736..4cfa61eb 100755 --- a/targets/support/bootloader-setup.sh +++ b/targets/support/bootloader-setup.sh @@ -87,7 +87,7 @@ case ${clst_hostarch} in echo "--recoverykernel=boot/${x}" >> ${icfg} done ;; - amd64|ia64|ppc*|powerpc*|sparc*|x86) + amd64|arm64|ia64|ppc*|powerpc*|sparc*|x86) kern_subdir=/boot iacfg=$1/boot/grub/grub.cfg mkdir -p $1/boot/grub diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 9b2cbb60..838962fe 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")