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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5D66158020 for ; Mon, 26 Dec 2022 23:02:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D2DE07EE; Mon, 26 Dec 2022 23:02:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 80CE9E07EE for ; Mon, 26 Dec 2022 23:02:56 +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 8BC8F341116 for ; Mon, 26 Dec 2022 23:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2F406F8 for ; Mon, 26 Dec 2022 23:02:53 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1672095748.567981dca789e70eaf53b5bc5240750da56fe04a.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 567981dca789e70eaf53b5bc5240750da56fe04a X-VCS-Branch: master Date: Mon, 26 Dec 2022 23:02: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: 6e00cd44-e74b-444b-97a7-f1f1565c5528 X-Archives-Hash: e47d297f2f469ede7479e40fa7861c1b commit: 567981dca789e70eaf53b5bc5240750da56fe04a Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Dec 26 23:02:28 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Dec 26 23:02:28 2022 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=567981dc Run grub-mkrescue also for i?86 subarches Signed-off-by: Andreas K. Hüttel gentoo.org> targets/support/create-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 8eada6a7..8a603944 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|arm64|ia64|x86) + amd64|arm64|ia64|x86|i?86) cdmaker="grub-mkrescue" # grub-mkrescue requires: # xorriso from libisoburn