Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information
Date: Fri, 23 Oct 2020 16:25:46
Message-Id: CAEdQ38GqjQrV4ExmeTdS++79JQ6E+fgwwzL2YfJi94r_APMS5Q@mail.gmail.com
In Reply to: [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information by Daniel Cordero
1 On Fri, Oct 23, 2020 at 2:19 AM Daniel Cordero <gentoo.catalyst@××××.ws> wrote:
2 >
3 > From: Daniel Cordero <catalyst@××××.io>
4 >
5 > Previous syslinux based CDs had this information.
6 > Necessary for direct kernel booting with virt-install --location.
7 >
8 > Fixes: 0a27a7a39a "targets: Use GRUB for BIOS boot"
9 >
10 > Signed-off-by: Daniel Cordero <catalyst@××××.io>
11 > ---
12 > targets/support/create-iso.sh | 1 +
13 > 1 file changed, 1 insertion(+)
14 >
15 > diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
16 > index 9b1c7185..b11b046f 100755
17 > --- a/targets/support/create-iso.sh
18 > +++ b/targets/support/create-iso.sh
19 > @@ -192,6 +192,7 @@ case ${clst_hostarch} in
20 > isoroot_checksum
21 >
22 > case ${clst_hostarch} in
23 > + amd64|x86) extra_opts="-joliet" ;;
24
25 Is there any reason to limit this to amd64/x86?

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information Daniel Cordero <gentoo.catalyst@××××.ws>