From: "Brian Dolbec" <brian.dolbec@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:2.X commit in: targets/support/
Date: Sun, 7 Dec 2014 23:52:17 +0000 (UTC) [thread overview]
Message-ID: <1417996235.bd53f3ca5657e822bdd87643450aec06503a9c16.dol-sen@gentoo> (raw)
commit: bd53f3ca5657e822bdd87643450aec06503a9c16
Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 3 11:03:34 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sun Dec 7 23:50:35 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=bd53f3ca
modify alpha to use genisoimage
alpha needs to use app-cdr/cdrkit's genisoimage with an alpha-specific
option which mkisofs from app-cdr/cdrtools doesn't have
---
targets/support/create-iso.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index bf81cba..7454adb 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -7,6 +7,9 @@ source ${clst_sharedir}/targets/support/filesystem-functions.sh
# Check for our CD ISO creation tools
case ${clst_hostarch} in
+ alpha)
+ cdmaker="genisoimage"
+ cdmakerpkg="app-cdr/cdrkit"
mips)
cdmaker="sgibootcd"
cdmakerpkg="sys-boot/sgibootcd"
@@ -82,9 +85,8 @@ fi
case ${clst_hostarch} in
alpha)
echo ">> Running mkisofs to create iso image...."
- echo ">> mkisofs -R -l -J ${mkisofs_zisofs_opts} -V \"${clst_iso_volume_id}\" -o ${1} ${clst_target_path}"
- mkisofs -R -l -J ${mkisofs_zisofs_opts} -V "${clst_iso_volume_id}" -o ${1} ${clst_target_path} || die "Cannot make ISO image"
- isomarkboot ${1} /boot/bootlx
+ echo ">> genisoimage --alpha-boot=boot/bootlx -R -l -J ${mkisofs_zisofs_opts} -V \"${clst_iso_volume_id}\" -o ${1} ${clst_target_path}"
+ genisoimage --alpha-boot=boot/bootlx -R -l -J ${mkisofs_zisofs_opts} -V "${clst_iso_volume_id}" -o ${1} ${clst_target_path} || die "Cannot make ISO image"
;;
arm)
;;
next reply other threads:[~2014-12-07 23:52 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-07 23:52 Brian Dolbec [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-03-04 2:42 [gentoo-commits] proj/catalyst:2.X commit in: targets/support/ Anthony G. Basile
2018-03-04 2:01 Anthony G. Basile
2017-10-12 19:41 Robin H. Johnson
2016-04-08 21:51 Anthony G. Basile
2016-03-04 1:51 Anthony G. Basile
2014-12-24 14:42 Raúl Porcel
2014-11-28 11:41 Raúl Porcel
2014-10-26 12:25 Raúl Porcel
2014-09-11 19:14 Brian Dolbec
2014-09-11 2:23 Brian Dolbec
2014-09-11 2:23 Brian Dolbec
2014-05-16 19:15 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
2014-03-24 16:08 Brian Dolbec
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=1417996235.bd53f3ca5657e822bdd87643450aec06503a9c16.dol-sen@gentoo \
--to=brian.dolbec@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@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