# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.192 2005/03/16 13:51:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.193 2005/03/19 17:46:39 wolf31o2 Exp $
+
+ 19 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ livecd/runscript/ppc-archscript.sh:
+ Added -l to mkisofs line for ppc as this allows full 31 character file names.
16 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
livecd/cdtar/yaboot-1.3.11-cdtar.tar.bz2, catalyst:
# 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.9 2005/03/16 13:46:54 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/ppc-archscript.sh,v 1.10 2005/03/19 17:46:39 wolf31o2 Exp $
case $1 in
kernel)
iso)
# The name of the iso should be retrieved from the specs.
- mkisofs -J -r -netatalk -hfs -probe -map ${clst_cdroot_path}/boot/map.hfs -part -no-desktop -hfs-volid "${iso_volume_id}" -hfs-bless ${clst_cdroot_path}/boot -V "${iso_volume_id}" -o ${2} ${clst_cdroot_path}
+ mkisofs -J -r -l -netatalk -hfs -probe -map ${clst_cdroot_path}/boot/map.hfs -part -no-desktop -hfs-volid "${iso_volume_id}" -hfs-bless ${clst_cdroot_path}/boot -V "${iso_volume_id}" -o ${2} ${clst_cdroot_path}
;;
esac