Added -l to mkisofs line for ppc as this allows full 31 character file names.
authorChris Gianelloni <wolf31o2@gentoo.org>
Sat, 19 Mar 2005 17:46:39 +0000 (17:46 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Sat, 19 Mar 2005 17:46:39 +0000 (17:46 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@567 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
livecd/runscript/ppc-archscript.sh

index ddb3431f765a5f397ded292f105033e197282524..2890f90ab21900c9898940e8e60f4d4b6118e8c6 100644 (file)
--- 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 <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:
index 355d420ecc4904ff76787d6be93ce1621b87a7f1..6451f0e293371f5f964e7f5972b043fdb35c5bfc 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.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