From: Daniel Cordero <gentoo.catalyst@xxoo.ws>
To: gentoo-catalyst@lists.gentoo.org
Subject: [gentoo-catalyst] [PATCH 2/3] Update requirements for amd64/x86 ISO creation
Date: Fri, 23 Oct 2020 09:18:44 +0000 [thread overview]
Message-ID: <20201023091845.71295-2-gentoo.catalyst@xxoo.ws> (raw)
In-Reply-To: <20201023091845.71295-1-gentoo.catalyst@xxoo.ws>
From: Daniel Cordero <catalyst@0xdc.io>
xorriso uses mkisofs to create the ISO.
Signed-off-by: Daniel Cordero <catalyst@0xdc.io>
---
targets/support/create-iso.sh | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index ac97ef56..9b1c7185 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -18,9 +18,13 @@ case ${clst_hostarch} in
cdmaker="grub-mkrescue"
cdmakerpkg="dev-libs/libisoburn and sys-boot/grub:2"
;;
- ia64)
+ amd64|ia64|x86)
cdmaker="grub-mkrescue"
- cdmakerpkg="sys-fs/mtools, dev-libs/libisoburn, and sys-boot/grub:2"
+ # grub-mkrescue requires:
+ # xorriso from libisoburn
+ # mkisofs from cdrtools
+ # mformat from mtools
+ cdmakerpkg="sys-fs/mtools, dev-libs/libisoburn, sys-boot/grub:2, and virtual/cdrtools"
;;
*)
cdmaker="mkisofs"
--
2.26.2
next prev parent reply other threads:[~2020-10-23 9:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-23 9:18 [gentoo-catalyst] [PATCH 1/3] Re-allow the use of mksquashfs to pack the livecd contents Daniel Cordero
2020-10-23 9:18 ` Daniel Cordero [this message]
2020-10-23 16:24 ` [gentoo-catalyst] [PATCH 2/3] Update requirements for amd64/x86 ISO creation Matt Turner
2020-10-25 21:20 ` Daniel Cordero
2020-10-26 13:25 ` Thomas Schmitt
2020-10-23 9:18 ` [gentoo-catalyst] [PATCH 3/3] Build ISO with Joliet directory information Daniel Cordero
2020-10-23 16:25 ` Matt Turner
2020-10-23 17:00 ` Daniel Cordero
2020-10-23 17:16 ` Matt Turner
2020-10-23 16:22 ` [gentoo-catalyst] [PATCH 1/3] Re-allow the use of mksquashfs to pack the livecd contents Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201023091845.71295-2-gentoo.catalyst@xxoo.ws \
--to=gentoo.catalyst@xxoo.ws \
--cc=gentoo-catalyst@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox