diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-08 03:17:12 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-08 03:17:12 +0000 |
commit | 6aa5ec7854e062245f5344d8cf629a4440b9dc42 (patch) | |
tree | e8de929483c2a10185bfe8c2dd8e798800305ed9 /files | |
parent | Removed profiles hack from livecd-stage2's unmerge, since it isn't used anymo... (diff) | |
download | catalyst-6aa5ec7854e062245f5344d8cf629a4440b9dc42.tar.gz catalyst-6aa5ec7854e062245f5344d8cf629a4440b9dc42.tar.bz2 catalyst-6aa5ec7854e062245f5344d8cf629a4440b9dc42.zip |
Turning off autoresume of doom until I can get more testing. I've had several issues with it. I'll be reporting/fixing these as I come across them but for now wish to turn it off by default as I don't want this one feature to stop the possible 2.0 final release.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@945 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'files')
-rw-r--r-- | files/catalyst.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf index 6e1198de..72280f2f 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.17 2005/12/02 17:05:56 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.18 2005/12/08 03:17:12 wolf31o2 Exp $ # Simple desriptions of catalyst settings. Please refer to the online # documentation for more information. @@ -29,7 +29,7 @@ distdir="/usr/portage/distfiles" # md5 = Create a .digests file containing the md5 of the output object # sha = Create a .digests file containing the sha1 of the output object # (These options can be used together) -options="autoresume kerncache md5 pkgcache seedcache sha snapcache" +options="kerncache md5 pkgcache seedcache sha snapcache" # sharedir specifies where all of the catalyst runtime executables are. Most # users do not need to change this. |