From d3238c3e24274c557cc77b78c97bb6c4874dbc85 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 9 Mar 2013 12:50:05 -0500 Subject: [PATCH] posts:catalyst: Link to HOWTO commit and fix 'amd64' -> 'x86' --- posts/catalyst.mdwn | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/posts/catalyst.mdwn b/posts/catalyst.mdwn index f0e5173..775f20a 100644 --- a/posts/catalyst.mdwn +++ b/posts/catalyst.mdwn @@ -3,10 +3,10 @@ [Catalyst][] is a release-building tool for Gentoo. If you use Gentoo and want to roll your own live CD or bootable USB drive, this is the way to go. As I've been wrapping my head around catalyst, I've been -[pushing][catalyst-spec-mail] my [notes][catalyst-spec] -[upstream][howto-mail]. This post builds on those notes to discuss -the construction of [a bootable ISO][iso] for [Software -Carpentry][swc] boot camps. +[pushing][catalyst-spec-mail] [my][catalyst-spec] [notes][howto-mail] +[upstream][howto]. This post builds on those notes to discuss the +construction of [a bootable ISO][iso] for [Software Carpentry][swc] +boot camps. Getting a patched up catalyst ============================= @@ -56,17 +56,17 @@ Take a snapshot of the current Portage tree: Download a seed stage3 from a [Gentoo mirror][mirror]: - # wget -O /mnt/d/tmp/catalyst/builds/default/stage3-amd64-20121213.tar.bz2 \ + # wget -O /mnt/d/tmp/catalyst/builds/default/stage3-i686-20121213.tar.bz2 \ > http://distfiles.gentoo.org/releases/x86/current-stage3/stage3-i686-20121213.tar.bz2 Building the live CD ==================== - # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-stage1-amd64-2013.1.spec - # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-stage2-amd64-2013.1.spec - # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-stage3-amd64-2013.1.spec - # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-livecd-stage1-amd64-2013.1.spec - # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-livecd-stage2-amd64-2013.1.spec + # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-stage1-i686-2013.1.spec + # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-stage2-i686-2013.1.spec + # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-stage3-i686-2013.1.spec + # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-livecd-stage1-i686-2013.1.spec + # catalyst -c catalyst.conf -f /mnt/d/tmp/catalyst/spec/default-livecd-stage2-i686-2013.1.spec isohybrid ========= @@ -90,6 +90,7 @@ built into catalysts ISO construction. [catalyst-spec-mail]:http://thread.gmane.org/gmane.linux.gentoo.catalyst/2006 [catalyst-spec]: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0a99c494d4602ebb92f6d352f86ec519903fdc88 [howto-mail]: http://thread.gmane.org/gmane.linux.gentoo.catalyst/2107 +[howto]: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=b7f2cf0f4c34af8d2dd9dcfa186930c17323e298 [iso]: http://lists.software-carpentry.org/pipermail/discuss-software-carpentry.org/2013-March/000210.html [swc]: http://software-carpentry.org/ [releng]: http://www.gentoo.org/proj/en/releng/ -- 2.26.2