Updated ppc64's cdtar file with a new boot.msg, removed older file, and fixed bug...
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 10 Feb 2006 15:48:23 +0000 (15:48 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 10 Feb 2006 15:48:23 +0000 (15:48 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1082 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst
livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2 [deleted file]
livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2 [new file with mode: 0644]
targets/support/rc-update.sh

index 4ac1d7c515d5de7b4f16acf2d8dd024991a86c75..a4f91c6c7bd4bd3c94a37faf0334907a23b6eab7 100644 (file)
--- 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 <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:
index f0126365688735a703392ed3354db02bfaf21395..7e6c258064fa2af33baaf33c1b569008bd38f260 100755 (executable)
--- 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 <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
deleted file mode 100644 (file)
index 9406b82..0000000
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 (file)
index 0000000..e2c162c
Binary files /dev/null and b/livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2 differ
index f22ec7549066e875643404bb83867b5993be9d21..8d78be2c365ccb6c5d363f620de6b20f8d135780 100644 (file)
@@ -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##*|}"