Remove the die on LIBDIR check, since it won't be set on non-multilib profiles. ...
[catalyst.git] / README
diff --git a/README b/README
index aeedcc7a496929e50989410f61a76d1565ea74c2..ea603d239bea0eefe793c0e018a319b0e9dbdb18 100644 (file)
--- a/README
+++ b/README
@@ -1,54 +1,56 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/README,v 1.9 2004/10/05 13:53:14 zhen Exp $
 
 Licensing
 ========================
 
-Catalyst is copyrighted by Gentoo Technolgies, Inc, and released
-under the terms of the GNU General Public License v.2.0 or later. For more
-information, please consult COPYING.
+Catalyst is copyrighted by the Gentoo Foundation, and is released under the
+terms of the GNU General Public License v.2.1. For more information, please
+consult COPYING.
 
 Disclaimer
 ========================
 
-Gentoo Linux extends no warranty or guarantee for catalyst. Use at
-your own risk.
+The Gentoo Foundation extends no warranty or guarantee for catalyst. This
+software is provided to the public to comply with the Gentoo social contract
+and to assist other distributors and integrators of Gentoo and Gentoo-based
+solutions. Use at your own risk.
 
 Requirements
 =======================
 
--Python
--Gentoo Linux Portage
--GNU gcc, glibc, binutils
+- Python 2.4 or greater (may still work with 2.3)
+- 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,
 you are able to completely customize your Gentoo install by customizing
-the very tools you install your system with.
+the very tools that are used to install a system. Official Gentoo Linux release
+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.
--Setting up a Tinderbox target for test building.
+- Building installation stages
+- Building bootable LiveCDs
+- Building GRP (Gentoo Reference Platform) sets
+- Setting up a Tinderbox target for test building
+- Building netboot images
 
 Configuring catalyst
 ========================
 
-After emerging catalyst, the first thing (and probably only thing)
+After emerging/installing catalyst, the first (and probably only) thing
 that you will have to do is edit /etc/catalyst/catalyst.conf to your liking.
 
 Example catalyst.conf:
 
 distdir="/usr/portage/distfiles"
-options="ccache pkgcache"
-sharedir="/usr/share/catalyst/modules"
+options="pkgcache kerncache"
+sharedir="/usr/lib/catalyst"
 
 There are many more options that can be set, but those defaults are good
 for out of the box operation. For more documentation on what you can do
 with catalyst, please check the man page or the online documentation at
-<http://www.gentoo.org/proj/en/releng/catalyst>.
+http://www.gentoo.org/proj/en/releng/catalyst.