From a25f79a4c69f96b6e0e01a207f29241b33c54258 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 16 Mar 2005 13:46:54 +0000 Subject: [PATCH] Modifed PPC archscript to close bug #84648 and also to make the PPC archscript produce multiple initrd files, like x86/amd64. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@565 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 7 ++++++- livecd/runscript/ppc-archscript.sh | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8958154d..9a434965 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.190 2005/03/09 20:03:12 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.191 2005/03/16 13:46:54 wolf31o2 Exp $ + + 16 Mar 2005; Chris Gianelloni + livecd/runscript/ppc-archscript.sh: + Modifed PPC archscript to close bug #84648 and also to make the PPC + archscript produce multiple initrd files, like x86/amd64. 09 Mar 2005; Chris Gianelloni -livecd/cdtar/isolinux-2.11-cdtar.tar.bz2, diff --git a/livecd/runscript/ppc-archscript.sh b/livecd/runscript/ppc-archscript.sh index 8b3d3a28..355d420e 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.8 2005/03/09 20:03:12 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/ppc-archscript.sh,v 1.9 2005/03/16 13:46:54 wolf31o2 Exp $ case $1 in kernel) @@ -49,7 +49,7 @@ case $1 in mv ${clst_cdroot_path}/boot/kernel* ${clst_cdroot_path}/boot/${x} # change initrd name from "initrd" to "gentoo.igz", for example - mv ${clst_cdroot_path}/boot/initrd* ${clst_cdroot_path}/boot/initrd.img.gz + mv ${clst_cdroot_path}/boot/initrd* ${clst_cdroot_path}/boot/${x}.igz done ;; @@ -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 boot/map.hfs -part -no-desktop -hfs-volid "${iso_volume_id}" -hfs-bless ./boot -V "${iso_volume_id}" -o ${2} ${clst_cdroot_path} + 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} ;; esac -- 2.26.2