From: Chris Gianelloni Date: Fri, 31 Oct 2008 09:52:27 +0000 (-0700) Subject: Updated README to tell the user where to locate catalyst.conf if not using an ebuild... X-Git-Tag: CATALYST_2_0_6_916~66 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=47a636e9654c09a5daba955be758f2e6fe4fec5c;p=catalyst.git Updated README to tell the user where to locate catalyst.conf if not using an ebuild. Thanks to Claus Boehmer for pointing it out. --- diff --git a/ChangeLog b/ChangeLog index 0e36b35a..4fc17fef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # Copyright 2002-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 31 Oct 2008; Chris Gianelloni README: + Updated README to tell the user where to locate catalyst.conf if not using + an ebuild. Thanks to Claus Boehmer for pointing it + out. + 31 Oct 2008; Chris Gianelloni catalyst: Kicking out a 2.0.6.901 release for testing. diff --git a/README b/README index 9590f131..d717d951 100644 --- a/README +++ b/README @@ -45,6 +45,10 @@ Configuring catalyst 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. +If you are not using an ebuild for the installation, you should create a +/etc/catalyst directory, and copy catalyst.conf and catalystrc from the +distribution tarball's files directory. + Example catalyst.conf: distdir="/usr/portage/distfiles"