From: Chris Gianelloni Date: Wed, 16 Mar 2005 13:51:23 +0000 (+0000) Subject: Changing catalyst version to 1.1.8_pre1 and updating yaboot cdtar to allow for multip... X-Git-Tag: CATALYST_2_0_6_916~807 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59ca7c477f8c2a6a5735521a3691068ffc513af5;p=catalyst.git Changing catalyst version to 1.1.8_pre1 and updating yaboot cdtar to allow for multiple initrd files. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@566 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 9a434965..ddb3431f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.191 2005/03/16 13:46:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.192 2005/03/16 13:51:23 wolf31o2 Exp $ + + 16 Mar 2005; Chris Gianelloni + livecd/cdtar/yaboot-1.3.11-cdtar.tar.bz2, catalyst: + Changing catalyst version to 1.1.8_pre1 and updating yaboot cdtar to allow + for multiple initrd files. 16 Mar 2005; Chris Gianelloni livecd/runscript/ppc-archscript.sh: diff --git a/catalyst b/catalyst index 1772fcff..0f2edf21 100755 --- a/catalyst +++ b/catalyst @@ -1,14 +1,14 @@ #!/usr/bin/python # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.66 2005/03/09 19:42:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.67 2005/03/16 13:51:23 wolf31o2 Exp $ # Maintained in full by John Davis import os,sys,imp,string,getopt __maintainer__="Chris Gianelloni " -__version__="1.1.7" +__version__="1.1.8_pre1" conf_values={} diff --git a/livecd/cdtar/yaboot-1.3.11-cdtar.tar.bz2 b/livecd/cdtar/yaboot-1.3.11-cdtar.tar.bz2 index cda6d398..897c1713 100644 Binary files a/livecd/cdtar/yaboot-1.3.11-cdtar.tar.bz2 and b/livecd/cdtar/yaboot-1.3.11-cdtar.tar.bz2 differ