Gentoo Archives: gentoo-catalyst

From: Daniel Cordero <gentoo.catalyst@××××.ws>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information
Date: Fri, 23 Oct 2020 09:19:50
Message-Id: 20201023091845.71295-3-gentoo.catalyst@xxoo.ws
In Reply to: [gentoo-catalyst] [PATCH 1/3] Re-allow the use of mksquashfs to pack the livecd contents by Daniel Cordero
1 From: Daniel Cordero <catalyst@××××.io>
2
3 Previous syslinux based CDs had this information.
4 Necessary for direct kernel booting with virt-install --location.
5
6 Fixes: 0a27a7a39a "targets: Use GRUB for BIOS boot"
7
8 Signed-off-by: Daniel Cordero <catalyst@××××.io>
9 ---
10 targets/support/create-iso.sh | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
14 index 9b1c7185..b11b046f 100755
15 --- a/targets/support/create-iso.sh
16 +++ b/targets/support/create-iso.sh
17 @@ -192,6 +192,7 @@ case ${clst_hostarch} in
18 isoroot_checksum
19
20 case ${clst_hostarch} in
21 + amd64|x86) extra_opts="-joliet" ;;
22 sparc*) extra_opts="--sparc-boot" ;;
23 esac
24
25 --
26 2.26.2

Replies