diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | catalyst | 4 | ||||
-rw-r--r-- | livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2 | bin | 358400 -> 0 bytes | |||
-rw-r--r-- | livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2 | bin | 0 -> 61782 bytes | |||
-rw-r--r-- | targets/support/rc-update.sh | 2 |
5 files changed, 11 insertions, 4 deletions
@@ -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 <wolf31o2@gentoo.org> + -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 <wolf31o2@gentoo.org> catalyst, livecd/files/livecd.motd.txt, targets/support/livecdfs-update.sh: @@ -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 <rocket@gentoo.org> @@ -11,7 +11,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>" -__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 Binary files differdeleted file mode 100644 index 9406b82f..00000000 --- a/livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2 +++ /dev/null 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 Binary files differnew file mode 100644 index 00000000..e2c162cc --- /dev/null +++ b/livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2 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##*|}" |