From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/support/ Date: Sun, 30 Jan 2022 20:42:57 +0000 (UTC) [thread overview] Message-ID: <1627519002.e0b9b007b563188cca5f5317f780bb5d4bbb17d1.mattst88@gentoo> (raw) commit: e0b9b007b563188cca5f5317f780bb5d4bbb17d1 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Jul 25 23:51:12 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <gyakovlev <AT> gentoo.org> Signed-off-by: Matt Turner <mattst88 <AT> 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")
WARNING: multiple messages have this Message-ID (diff)
From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ Date: Thu, 29 Jul 2021 01:22:53 +0000 (UTC) [thread overview] Message-ID: <1627519002.e0b9b007b563188cca5f5317f780bb5d4bbb17d1.mattst88@gentoo> (raw) Message-ID: <20210729012253.SJyyhFjwSsW4qpFZjiJX3y5W5iATCX4FcMmXMaJ4ciQ@z> (raw) commit: e0b9b007b563188cca5f5317f780bb5d4bbb17d1 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Jul 25 23:51:12 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <gyakovlev <AT> gentoo.org> Signed-off-by: Matt Turner <mattst88 <AT> 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")
next reply other threads:[~2022-01-30 20:43 UTC|newest] Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-30 20:42 Matt Turner [this message] 2021-07-29 1:22 ` [gentoo-commits] proj/catalyst:master commit in: targets/support/ Matt Turner -- strict thread matches above, loose matches on Subject: below -- 2023-05-11 14:47 [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2023-05-11 14:47 Matt Turner 2022-11-28 20:38 Matt Turner 2022-11-28 20:38 Matt Turner 2022-11-28 20:38 Matt Turner 2022-11-22 3:49 Matt Turner 2022-11-22 3:49 Matt Turner 2022-11-20 1:43 Matt Turner 2022-11-20 0:21 Matt Turner 2022-11-20 0:21 Matt Turner 2022-11-20 0:21 Matt Turner 2022-11-20 0:21 Matt Turner 2022-11-17 23:42 [gentoo-commits] proj/catalyst:master " Matt Turner 2022-11-20 0:21 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2022-11-17 23:42 [gentoo-commits] proj/catalyst:master " Matt Turner 2022-11-20 0:21 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2022-01-30 20:42 Matt Turner 2021-07-29 22:00 [gentoo-commits] proj/catalyst:master " Matt Turner 2022-01-30 20:42 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2021-07-29 1:22 [gentoo-commits] proj/catalyst:master " Matt Turner 2022-01-30 20:42 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2021-06-10 0:48 Matt Turner 2020-12-19 19:56 Matt Turner 2020-12-19 19:56 Matt Turner 2020-10-29 21:00 Matt Turner 2020-10-29 21:00 Matt Turner 2020-10-29 21:00 Matt Turner 2020-10-29 21:00 Matt Turner 2020-10-29 21:00 Matt Turner 2020-10-28 20:51 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-10-28 20:51 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-10-22 18:06 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-10-22 18:06 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-10-22 18:06 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-10-21 17:58 [gentoo-commits] proj/catalyst:master " Matt Turner 2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-10-20 8:30 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-10-29 21:00 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-05-21 20:25 [gentoo-commits] proj/catalyst:master " Matt Turner 2020-05-20 1:52 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-05-20 3:39 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-05-20 1:52 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-05-17 3:26 [gentoo-commits] proj/catalyst:master " Matt Turner 2020-05-16 6:55 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner 2020-05-16 6:54 [gentoo-commits] proj/catalyst:pending/mattst88 " Matt Turner 2020-05-16 6:55 ` [gentoo-commits] proj/catalyst:wip/mattst88 " Matt Turner
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1627519002.e0b9b007b563188cca5f5317f780bb5d4bbb17d1.mattst88@gentoo \ --to=mattst88@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox