From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-catalyst+bounces-3728-garchives=archives.gentoo.org@lists.gentoo.org> 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 3656A138359 for <garchives@archives.gentoo.org>; Fri, 23 Oct 2020 16:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F47E08C3; Fri, 23 Oct 2020 16:25:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 577FEE08C3 for <gentoo-catalyst@lists.gentoo.org>; Fri, 23 Oct 2020 16:25:45 +0000 (UTC) Received: by mail-ed1-f51.google.com with SMTP id w25so2129613edx.2 for <gentoo-catalyst@lists.gentoo.org>; Fri, 23 Oct 2020 09:25:44 -0700 (PDT) X-Gm-Message-State: AOAM531TI8/Nm9IdUeuofIHB33nlzxPBlLJ5mKZjfeOjV/uS0483Kuc5 9xux5m46AKKp50ci6M2soS1ETapeWyw/HiNuro0= X-Google-Smtp-Source: ABdhPJwrEgIoNPtknODPZ0SalgYZTKOwiGpiPilCClkH6tsjpIwmMGJjEAGhXZFAPFMwj5xMeqtgPcqqj/V/hxhsq4E= X-Received: by 2002:a50:f307:: with SMTP id p7mr2950766edm.235.1603470341599; Fri, 23 Oct 2020 09:25:41 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-catalyst@lists.gentoo.org> List-Help: <mailto:gentoo-catalyst+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-catalyst+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-catalyst+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-catalyst.gentoo.org> 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 References: <20201023091845.71295-1-gentoo.catalyst@xxoo.ws> <20201023091845.71295-3-gentoo.catalyst@xxoo.ws> In-Reply-To: <20201023091845.71295-3-gentoo.catalyst@xxoo.ws> From: Matt Turner <mattst88@gentoo.org> Date: Fri, 23 Oct 2020 09:25:29 -0700 X-Gmail-Original-Message-ID: <CAEdQ38GqjQrV4ExmeTdS++79JQ6E+fgwwzL2YfJi94r_APMS5Q@mail.gmail.com> Message-ID: <CAEdQ38GqjQrV4ExmeTdS++79JQ6E+fgwwzL2YfJi94r_APMS5Q@mail.gmail.com> Subject: Re: [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: a3197a1f-eb12-4320-a453-7d08fbf6fa52 X-Archives-Hash: c4f09e27379509d54ba43dba3a5c6fcb On Fri, Oct 23, 2020 at 2:19 AM Daniel Cordero <gentoo.catalyst@xxoo.ws> wrote: > > From: Daniel Cordero <catalyst@0xdc.io> > > 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 <catalyst@0xdc.io> > --- > 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?