diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-20 20:42:36 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-20 20:42:36 +0000 |
commit | fdc7865b59447e6c1dee8f219ce3af1b263d04a9 (patch) | |
tree | e546c148f940f17815fafbf588cd32db1f9c6aab /README | |
parent | Added livecd/users option to create non-root users. The first user listed wi... (diff) | |
download | catalyst-fdc7865b59447e6c1dee8f219ce3af1b263d04a9.tar.gz catalyst-fdc7865b59447e6c1dee8f219ce3af1b263d04a9.tar.bz2 catalyst-fdc7865b59447e6c1dee8f219ce3af1b263d04a9.zip |
Removing old files from previous maintainers and updating README.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@612 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/README,v 1.11 2004/10/15 02:50:38 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/README,v 1.12 2005/04/20 20:42:36 wolf31o2 Exp $ Licensing ======================== @@ -18,9 +18,9 @@ your own risk. Requirements ======================= --Python --Gentoo Linux Portage --GNU gcc, glibc, binutils +- Python 2.3 or greater +- A portage snapshot +- A Gentoo seed stage tarball What is Catalyst? ======================== @@ -31,11 +31,11 @@ the very tools you install your system with. 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 netboot images. +- 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 netboot images. Configuring catalyst ======================== @@ -47,7 +47,7 @@ Example catalyst.conf: distdir="/usr/portage/distfiles" options="ccache pkgcache" -sharedir="/usr/share/catalyst/modules" +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 |