aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-10-22 04:23:16 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-10-22 04:23:16 +0000
commit3088b6ad97c1bc16bcdb2f1555eb8df54b9a4f61 (patch)
tree4cd9dc9969690bc52ae2c356aa455dfb40694fe1 /files
parentStopping udev from using the nasty device tarball. We don't need it anyway. (diff)
downloadcatalyst-3088b6ad97c1bc16bcdb2f1555eb8df54b9a4f61.tar.gz
catalyst-3088b6ad97c1bc16bcdb2f1555eb8df54b9a4f61.tar.bz2
catalyst-3088b6ad97c1bc16bcdb2f1555eb8df54b9a4f61.zip
Changed kernel build caching to use kerncache option, rather than pkgcache option. Fixed --postconf and --callback for builds that do not require them. Removed delay when removing package sin the system profile. This is now catalyst 1.1.0, so enjoy.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@474 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'files')
-rw-r--r--files/catalyst.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf
index 979292c9..035fe9cb 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.7 2004/10/19 04:06:35 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.8 2004/10/22 04:23:16 wolf31o2 Exp $
# Simple desriptions of catalyst settings. Please refer to the online
# documentation for more information.
@@ -11,9 +11,13 @@ distdir="/usr/portage/distfiles"
# options set different build-time options for catalyst. Some examples are:
# ccache = enables build time ccache support (highly recommended)
-# distcc = enable distcc support for building. You have to set distcc_hosts in your spec file.
-# pkgcache = keeps a tbz2 of every built package (useful if your build stops prematurely)
-options="ccache pkgcache"
+# distcc = enable distcc support for building. You have to set distcc_hosts in
+# your spec file.
+# pkgcache = keeps a tbz2 of every built package (useful if your build stops
+# prematurely)
+# kerncache = keeps a tbz2 of your built kernel and modules (useful if your
+# build stops in livecd-stage2)
+options="ccache pkgcache kerncache"
# sharedir specifies where all of the catalyst runtime executables are. Most users do
# not need to change this.