From: Chris Gianelloni Date: Fri, 10 Feb 2006 15:48:23 +0000 (+0000) Subject: Updated ppc64's cdtar file with a new boot.msg, removed older file, and fixed bug... X-Git-Tag: CATALYST_2_0_6_916~412 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5309609f2d35b5df9a449d6dda66bd103e402b42;p=catalyst.git Updated ppc64's cdtar file with a new boot.msg, removed older file, and fixed bug #122154. This is catalyst 2.0_rc36. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1082 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 4ac1d7c5..a4f91c6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.567 2006/02/09 15:09:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.568 2006/02/10 15:48:23 wolf31o2 Exp $ + + 10 Feb 2006; Chris Gianelloni + -livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2, + +livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2, catalyst, + targets/support/rc-update.sh: + Updated ppc64's cdtar file with a new boot.msg, removed older file, and + fixed bug #122154. This is catalyst 2.0_rc36. 09 Feb 2006; Chris Gianelloni catalyst, livecd/files/livecd.motd.txt, targets/support/livecdfs-update.sh: diff --git a/catalyst b/catalyst index f0126365..7e6c2580 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python -OO # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.143 2006/02/09 15:09:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.144 2006/02/10 15:48:23 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar @@ -11,7 +11,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0_rc35" +__version__="2.0_rc36" conf_values={} diff --git a/livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2 b/livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2 deleted file mode 100644 index 9406b82f..00000000 Binary files a/livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2 and /dev/null differ diff --git a/livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2 b/livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2 new file mode 100644 index 00000000..e2c162cc Binary files /dev/null and b/livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2 differ diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh index f22ec754..8d78be2c 100644 --- a/targets/support/rc-update.sh +++ b/targets/support/rc-update.sh @@ -50,7 +50,7 @@ then for x in ${clst_rcadd} do echo "Adding ${x%%|*} to ${x##*|}" - if [ ! -d /etc/runlevels/${x%%|*} ] + if [ ! -d /etc/runlevels/${x##|*} ] then echo "Runlevel ${x##*|} doesn't exist .... creating it" mkdir -p "/etc/runlevels/${x##*|}"