# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.106 2004/10/28 18:45:00 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.107 2004/10/29 21:14:59 wolf31o2 Exp $
+
+ 29 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org>
+ +livecd/cdtar/silo-1.2.6-sparc-cdtar.tar.bz2,
+ livecd/runscript/sparc64-archscript.sh:
+ Updated with silo/mkisofs patch from gustavoz.
28 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org>
livecd/files/x86-help.msg:
# 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/sparc64-archscript.sh,v 1.7 2004/10/21 17:06:21 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/sparc64-archscript.sh,v 1.8 2004/10/29 21:14:59 wolf31o2 Exp $
case $1 in
kernel)
;;
iso)
- # this is for the livecd-final target, and calls the proper
- # command to build the iso file
- mkisofs -J -R -l -z -o ${2} -G ${clst_cdroot_path}/boot/isofs.b -B ... ${clst_cdroot_path}
+ # Old silo + patched mkisofs fubar magic
+ # Only silo 1.2.x seems to work for most hardware
+ # Seems silo 1.3.x+ breaks on newer machines
+ # when booting from CD (current as of silo 1.4.8)
+ mv ${clst_cdroot_path}/boot/mkisofs.sparc.fu /tmp
+ /tmp/mkisofs.sparc.fu -o ${2} -D -r -pad -quiet -S 'boot/cd.b' -B '/boot/second.b' -s '/boot/silo.conf' -abstract 'Gentoo Linux Sparc' -copyright 'Gentoo Foundation' -P 'Gentoo Linux Sparc' -p 'Gentoo Linux Sparc' -V 'Gentoo Linux Sparc 2004.3' -A 'Gentoo Linux Sparc' ${clst_cdroot_path}
+ rm /tmp/mkisofs.sparc.fu
;;
esac