Gentoo Archives: gentoo-catalyst

From: Daniel Cordero <gentoo.catalyst@××××.ws>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information
Date: Fri, 23 Oct 2020 17:01:20
Message-Id: 20201023170059.GB71925@dysnomia.localdomain
In Reply to: Re: [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information by Matt Turner
1 On Fri, Oct 23, 2020 at 09:25:29AM -0700, Matt Turner wrote:
2 > On Fri, Oct 23, 2020 at 2:19 AM Daniel Cordero <gentoo.catalyst@××××.ws> wrote:
3 > >
4 > > From: Daniel Cordero <catalyst@××××.io>
5 > >
6 > > Previous syslinux based CDs had this information.
7 > > Necessary for direct kernel booting with virt-install --location.
8 > >
9 > > Fixes: 0a27a7a39a "targets: Use GRUB for BIOS boot"
10 > >
11 > > Signed-off-by: Daniel Cordero <catalyst@××××.io>
12 > > ---
13 > > targets/support/create-iso.sh | 1 +
14 > > 1 file changed, 1 insertion(+)
15 > >
16 > > diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
17 > > index 9b1c7185..b11b046f 100755
18 > > --- a/targets/support/create-iso.sh
19 > > +++ b/targets/support/create-iso.sh
20 > > @@ -192,6 +192,7 @@ case ${clst_hostarch} in
21 > > isoroot_checksum
22 > >
23 > > case ${clst_hostarch} in
24 > > + amd64|x86) extra_opts="-joliet" ;;
25 >
26 > Is there any reason to limit this to amd64/x86?
27 >
28
29 My concern is that the other arches may not have had this information on
30 their ISOs. I do not know if those arches might not like it.

Replies