Fix typo
[catalyst.git] / README
1 # Copyright 1999-2004 Gentoo Technologies, Inc.
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo/src/catalyst/README,v 1.8 2004/02/25 19:30:19 pvdabeel Exp $
4
5 Licensing
6 ========================
7
8 Catalyst is copyrighted by Gentoo Technolgies, Inc, and released
9 under the terms of the GNU General Public License v.2.0 or later. For more
10 information, please consult COPYING.
11
12 Disclaimer
13 ========================
14
15 Gentoo Linux extends no warranty or guarantee for catalyst. Use at
16 your own risk.
17
18 Requirements
19 =======================
20
21 -Python
22 -Gentoo Linux Portage
23 -GNU gcc, glibc, binutils
24
25 What is Catalyst?
26 ========================
27
28 Catalyst is the Gentoo Linux project's release building tool. With catalyst,
29 you are able to completely customize your Gentoo install by customizing
30 the very tools you install your system with.
31
32 Catalyst is capable of:
33
34 -Building installation stages for every architecture supported by Gentoo.
35 -Building bootable LiveCDs for every architecture supported by Gentoo.
36 -Building GRP (Gentoo Reference Platform) sets for every architecture supported by Gentoo.
37 -Setting up a Tinderbox target for test building.
38
39 Configuring catalyst
40 ========================
41
42 After emerging catalyst, the first thing (and probably only thing)
43 that you will have to do is edit /etc/catalyst.conf to your liking.
44
45 Example catalyst.conf:
46
47 distdir="/usr/portage/distfiles"
48 options="ccache pkgcache"
49 sharedir="/usr/share/catalyst/modules"
50
51 There are many more options that can be set, but those defaults are good
52 for out of the box operation. For more documentation on what you can do
53 with catalyst, please check the man page or the online documentation at
54 <http://www.gentoo.org/proj/en/releng/catalyst>.