From: Chris Gianelloni Date: Wed, 9 Mar 2005 20:03:12 +0000 (+0000) Subject: Alright, so I lied to you. This is now the 1.1.7 release. I removed the 2.11 isolin... X-Git-Tag: CATALYST_2_0_6_916~809 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=515c02c2372229fd6755b502e90225a8151249bb;p=catalyst.git 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. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@564 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 0d2043ba..8958154d 100644 --- 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 + -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 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 index 445d5508..00000000 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 index 38e01f77..00000000 Binary files a/livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2 and /dev/null differ diff --git a/livecd/runscript/ppc-archscript.sh b/livecd/runscript/ppc-archscript.sh index 6ea87a62..8b3d3a28 100644 --- a/livecd/runscript/ppc-archscript.sh +++ b/livecd/runscript/ppc-archscript.sh @@ -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