Alright, so I lied to you. This is now the 1.1.7 release. I removed the 2.11 isolin...
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 9 Mar 2005 20:03:12 +0000 (20:03 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 9 Mar 2005 20:03:12 +0000 (20:03 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@564 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
livecd/cdtar/isolinux-2.11-cdtar.tar.bz2 [deleted file]
livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2 [deleted file]
livecd/runscript/ppc-archscript.sh

index 0d2043ba6d653560418ab1c364935b70f25142b7..8958154dee6197fd4caa2c5385a7228f429d9f0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.189 2005/03/09 19:42:36 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.190 2005/03/09 20:03:12 wolf31o2 Exp $
+
+  09 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+  -livecd/cdtar/isolinux-2.11-cdtar.tar.bz2,
+  -livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2,
+  livecd/runscript/ppc-archscript.sh:
+  Alright, so I lied to you. This is now the 1.1.7 release. I removed the 2.11
+  isolinux cdtar tarballs and updated the ppc-archscript.sh to use the
+  livecd/volid for the HFS volid, too.
 
   09 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
   Calling this one 1.1.7 and rolling a tarball.
diff --git a/livecd/cdtar/isolinux-2.11-cdtar.tar.bz2 b/livecd/cdtar/isolinux-2.11-cdtar.tar.bz2
deleted file mode 100644 (file)
index 445d550..0000000
Binary files a/livecd/cdtar/isolinux-2.11-cdtar.tar.bz2 and /dev/null differ
diff --git a/livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2 b/livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2
deleted file mode 100644 (file)
index 38e01f7..0000000
Binary files a/livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2 and /dev/null differ
index 6ea87a627a09b96e9e691b5769f8fc7d75bc6443..8b3d3a2827613e7f015d1394cf1a2df77c1bc1e6 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/ppc-archscript.sh,v 1.7 2005/03/09 00:22:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/ppc-archscript.sh,v 1.8 2005/03/09 20:03:12 wolf31o2 Exp $
 
 case $1 in
        kernel)
@@ -57,7 +57,7 @@ case $1 in
        ;;
 
        iso)
-               # The name of the iso should be retrieved from the specs. For now, asssume GentooPPC_2004.0
-               mkisofs -J -r -netatalk -hfs -probe -map boot/map.hfs -part -no-desktop -hfs-volid GentooPPC_2004.0 -hfs-bless ./boot -V "${iso_volume_id}" -o ${2} ${clst_cdroot_path}
+               # The name of the iso should be retrieved from the specs.
+               mkisofs -J -r -netatalk -hfs -probe -map boot/map.hfs -part -no-desktop -hfs-volid "${iso_volume_id}" -hfs-bless ./boot -V "${iso_volume_id}" -o ${2} ${clst_cdroot_path}
        ;;
 esac