Updated README a bit and rolling 2.0.6_pre12 for testing.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 5 Mar 2008 17:36:22 +0000 (17:36 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 5 Mar 2008 17:36:22 +0000 (17:36 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1357 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
README
catalyst

index 5d61eba9a33658d1877e08b2c5bc63b1907334fa..e4ae5a8f36c00a81fcaf57e1ffed6591ccb0177e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  05 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> README, catalyst:
+  Updated README a bit and rolling 2.0.6_pre12 for testing.
+
   05 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/create-iso.sh:
   Removed any further checks for clst_fstype and making sure everybody is
diff --git a/README b/README
index 14926b649acb07635c25b425f1bf6709dce890e4..ea603d239bea0eefe793c0e018a319b0e9dbdb18 100644 (file)
--- a/README
+++ b/README
@@ -18,11 +18,11 @@ Requirements
 =======================
 
 - Python 2.4 or greater (may still work with 2.3)
-- A portage snapshot (or portage tree to make your own)
-- A Gentoo generic stage3 tarball
+- An ebuild repository snapshot (or an ebuild tree to create one)
+- A generic stage3 tarball for your architecture
 - shash for digest support
 
-What is Catalyst?
+What is catalyst?
 ========================
 
 Catalyst is the Gentoo Linux project's release building tool. With catalyst,
@@ -32,9 +32,9 @@ media is built with catalyst.
 
 Catalyst is capable of:
 
-- Building installation stages for every architecture supported by Gentoo
-- Building bootable LiveCDs for every architecture supported by Gentoo
-- Building GRP (Gentoo Reference Platform) sets for every architecture supported by Gentoo
+- Building installation stages
+- Building bootable LiveCDs
+- Building GRP (Gentoo Reference Platform) sets
 - Setting up a Tinderbox target for test building
 - Building netboot images
 
index 9be9d35e8c6bbcc7f12418e48da86ab5015974cb..57bc3ad7d0403821b09440b70dec675bd6ef32e5 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -8,7 +8,7 @@ import os,sys,imp,string,getopt
 import pdb
 
 __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0.6_pre11"
+__version__="2.0.6_pre12"
 
 conf_values={}