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 F2C7D138359 for ; Fri, 23 Oct 2020 09:19:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B9FE08AD; Fri, 23 Oct 2020 09:19:50 +0000 (UTC) Received: from rs234.mailgun.us (rs234.mailgun.us [209.61.151.234]) (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 105EDE08AD for ; Fri, 23 Oct 2020 09:19:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=0xdc.io; q=dns/txt; s=smtp; t=1603444789; h=Content-Transfer-Encoding: MIME-Version: References: In-Reply-To: Message-Id: Date: Subject: To: From: Sender; bh=o2BAdHLdBjisQ179UAIPIC6w5QKDUqdIIBm6ctWVI+8=; b=WR/SfcTaALt5HATvfdq4PWfSK4/M6sQT8qihCH4+1o7ltJ4QbuMVi55BGC6JABkrullH/goo bUsve1ZilfqVW/K5hz2xMScz8H5UT3eawPGEeGBSMb7UO0Ru1kB8So64gWGQuv6fkAfn9fyy DYg1wkrqd79Z8Yof2L/Ru5LcJVQ= X-Mailgun-Sending-Ip: 209.61.151.234 X-Mailgun-Sid: WyJiZmIxMyIsICJnZW50b28tY2F0YWx5c3RAbGlzdHMuZ2VudG9vLm9yZyIsICJmNjc0NGUiXQ== Received: from mail.0xdc.io (ip-54-37-0.eu [54.37.0.172]) by smtp-out-n01.prod.us-west-2.postgun.com with SMTP id 5f92a03506d81bc48dbce887 (version=TLS1.3, cipher=TLS_AES_128_GCM_SHA256); Fri, 23 Oct 2020 09:19:49 GMT Sender: gentoo.catalyst=xxoo.ws@0xdc.io Received: from dysnomia (1.c.d.0.b.d.3.7.4.0.4.3.a.3.d.5.0.a.4.7.9.0.c.0.0.b.8.0.1.0.0.2.ip6.arpa [IPv6:2001:8b0:c09:74a0:5d3a:3404:73db:dc1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.0xdc.io (Postfix) with ESMTPSA id 771E6102D8F for ; Fri, 23 Oct 2020 09:26:10 +0000 (UTC) From: Daniel Cordero To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information Date: Fri, 23 Oct 2020 09:18:45 +0000 Message-Id: <20201023091845.71295-3-gentoo.catalyst@xxoo.ws> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201023091845.71295-1-gentoo.catalyst@xxoo.ws> References: <20201023091845.71295-1-gentoo.catalyst@xxoo.ws> 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 Content-Transfer-Encoding: 8bit X-Archives-Salt: 506002e0-e5a9-4cbc-adac-8803304b0946 X-Archives-Hash: 32ec4e5187a8c73f1500a6fbf7d61684 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" ;; sparc*) extra_opts="--sparc-boot" ;; esac -- 2.26.2