Turning off autoresume of doom until I can get more testing. I've had several issues...
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 8 Dec 2005 03:17:12 +0000 (03:17 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 8 Dec 2005 03:17:12 +0000 (03:17 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@945 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
files/catalyst.conf

index d68369937f4c89845fbeb4cb398926ebc19b6f9e..e858aa3516ba8ad330dfa0c410d761fd886f9be3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.432 2005/12/07 21:57:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.433 2005/12/08 03:17:11 wolf31o2 Exp $
+
+  08 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
+  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.
 
   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/livecd-stage2/unmerge.sh:
index 6e1198deeeadb2fa7683efb2c6b975d6c1fd8d7f..72280f2ffe4868fd9bef8782f4a9b96883ae5cd9 100644 (file)
@@ -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.