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 3656A138359 for ; 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 ; Fri, 23 Oct 2020 16:25:45 +0000 (UTC) Received: by mail-ed1-f51.google.com with SMTP id w25so2129613edx.2 for ; 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: 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 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 Date: Fri, 23 Oct 2020 09:25:29 -0700 X-Gmail-Original-Message-ID: Message-ID: 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 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?