From: Chris Gianelloni Date: Sat, 19 Mar 2005 17:46:39 +0000 (+0000) Subject: Added -l to mkisofs line for ppc as this allows full 31 character file names. X-Git-Tag: CATALYST_2_0_6_916~806 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5e508f746a8cd103d66f9b0d1a3e492914713fb;p=catalyst.git Added -l to mkisofs line for ppc as this allows full 31 character file names. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@567 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index ddb3431f..2890f90a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # 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 + 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 livecd/cdtar/yaboot-1.3.11-cdtar.tar.bz2, catalyst: diff --git a/livecd/runscript/ppc-archscript.sh b/livecd/runscript/ppc-archscript.sh index 355d420e..6451f0e2 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.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) @@ -58,6 +58,6 @@ case $1 in 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