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 971EE138359 for ; Fri, 23 Oct 2020 17:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADD75E0784; Fri, 23 Oct 2020 17:01:19 +0000 (UTC) Received: from rs234.mailgun.us (rs234.mailgun.us [209.61.151.234]) (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 1CDAFE0784 for ; Fri, 23 Oct 2020 17:01:09 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=xxoo.ws; q=dns/txt; s=mx; t=1603472479; h=In-Reply-To: Content-Type: MIME-Version: References: Message-ID: Subject: To: From: Date: Sender; bh=HwCyyxVab68W0zmIBECPsRmPa0p+40A/WJGpaGnnWWg=; b=eXi0ras80O9Gi7hwrbh0wyfY9WoD6Zid6nCn01yaXY3FRKEoiVhsk80aO3q3HVvOejf3vYks 9x/yqGZ1kghBOuXONTFuXFOgH0IkbhGblHFly9g5NZdniCv7K7PxUrZtjE1bzx4+YUcqMRtr e4wqW3Bml55vZSyOnuhrbuP0uRg= X-Mailgun-Sending-Ip: 209.61.151.234 X-Mailgun-Sid: WyIxYmU3MyIsICJnZW50b28tY2F0YWx5c3RAbGlzdHMuZ2VudG9vLm9yZyIsICJlYTQwNTYiXQ== Received: from mail.0xdc.io (ip-54-37-0.eu [54.37.0.172]) by smtp-out-n04.prod.us-west-2.postgun.com with SMTP id 5f930c521b7798d1e9ab325f (version=TLS1.3, cipher=TLS_AES_128_GCM_SHA256); Fri, 23 Oct 2020 17:01:06 GMT Sender: gentoo.catalyst@xxoo.ws Received: from dysnomia (1.c.d.0.b.d.3.7.4.0.4.3.a.3.d.5.0.a.4.7.9.0.c.0.0.b.8.0.1.0.0.2.ip6.arpa [IPv6:2001:8b0:c09:74a0:5d3a:3404:73db:dc1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.0xdc.io (Postfix) with ESMTPSA id 38398102D8F for ; Fri, 23 Oct 2020 17:07:27 +0000 (UTC) Date: Fri, 23 Oct 2020 17:00:59 +0000 From: Daniel Cordero To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information Message-ID: <20201023170059.GB71925@dysnomia.localdomain> References: <20201023091845.71295-1-gentoo.catalyst@xxoo.ws> <20201023091845.71295-3-gentoo.catalyst@xxoo.ws> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Archives-Salt: 740e4a15-2339-4c33-b677-d25437fe6c7c X-Archives-Hash: 757d0e0436d9dafaad47a89be1148d8b On Fri, Oct 23, 2020 at 09:25:29AM -0700, Matt Turner wrote: > On Fri, Oct 23, 2020 at 2:19 AM Daniel Cordero wrote: > > > > From: Daniel Cordero > > > > Previous syslinux based CDs had this information. > > Necessary for direct kernel booting with virt-install --location. > > > > Fixes: 0a27a7a39a "targets: Use GRUB for BIOS boot" > > > > Signed-off-by: Daniel Cordero > > --- > > targets/support/create-iso.sh | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh > > index 9b1c7185..b11b046f 100755 > > --- a/targets/support/create-iso.sh > > +++ b/targets/support/create-iso.sh > > @@ -192,6 +192,7 @@ case ${clst_hostarch} in > > isoroot_checksum > > > > case ${clst_hostarch} in > > + amd64|x86) extra_opts="-joliet" ;; > > Is there any reason to limit this to amd64/x86? > My concern is that the other arches may not have had this information on their ISOs. I do not know if those arches might not like it.