Add note about metadata_overlay being default in 2.1.6
[catalyst.git] / README
1
2 Licensing
3 ========================
4
5 Originally, Catalyst was copyrighted by the Gentoo Foundation, Inc. and was
6 released under the terms of the GNU General Public License v.2.1.  Since this
7 is a fork of that project, all new code is no longer copyrighted to the Gentoo
8 Foundation.  Currently, copyright is held by the individual authors for their
9 contributions.  For more information, please consult COPYING.
10
11 Disclaimer
12 ========================
13
14 This software is covered by no warranty or guarantee of functionality.  It is
15 provided to the public for use in creating source-based distributions in a
16 simple and reproducable manner.  Use at your own risk.
17
18 Requirements
19 =======================
20
21 - Python 2.4 or greater (may still work with 2.3)
22 - An ebuild repository snapshot (or an ebuild tree to create one)
23 - A generic stage3 tarball for your architecture
24 - shash for digest support
25
26 What is catalyst?
27 ========================
28
29 Catalyst is a release building tool, used by Gentoo Linux. With catalyst,
30 you are able to completely customize your Gentoo install by customizing
31 the very tools that are used to install a system. Official Gentoo Linux release
32 media is built with catalyst.
33
34 Catalyst is capable of:
35
36 - Building installation stages
37 - Building bootable LiveCDs
38 - Building GRP (Gentoo Reference Platform) sets
39 - Setting up a Tinderbox target for test building
40 - Building netboot images
41
42 Configuring catalyst
43 ========================
44
45 After emerging/installing catalyst, the first (and probably only) thing
46 that you will have to do is edit /etc/catalyst/catalyst.conf to your liking.
47
48 If you are not using an ebuild for the installation, you should create a
49 /etc/catalyst directory, and copy catalyst.conf and catalystrc from the
50 distribution tarball's files directory.
51
52 Example catalyst.conf:
53
54 distdir="/usr/portage/distfiles"
55 options="pkgcache kerncache"
56 sharedir="/usr/lib/catalyst"
57
58 There are many more options that can be set, but those defaults are good
59 for out of the box operation. For more documentation on what you can do
60 with catalyst, please check the man page or the online documentation at
61 http://www.gentoo.org/proj/en/releng/catalyst.