# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.533 2006/01/26 23:17:16 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.534 2006/01/26 23:39:26 wolf31o2 Exp $
+
+ 26 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ targets/support/create-iso.sh:
+ Really fixing bug #120475 this time. This is 2.0_rc25.
26 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
targets/support/create-iso.sh:
#!/usr/bin/python -OO
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.132 2006/01/26 23:17:16 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.133 2006/01/26 23:39:26 wolf31o2 Exp $
# Maintained in full by:
# Eric Edgar <rocket@gentoo.org>
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc24"
+__version__="2.0_rc25"
conf_values={}
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.23 2006/01/26 23:17:17 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.24 2006/01/26 23:39:26 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
*)
echo "Running mkisofs to create iso image...."
echo "mkisofs -J -r -l -chrp-boot -netatalk -hfs -probe -map \
- ${clst_target_path}/boot/map.hfs -part -no-desktop \
+ ${clst_target_path}boot/map.hfs -part -no-desktop \
-hfs-volid \"${clst_iso_volume_id}\" -hfs-bless \
- ${clst_target_path}/boot -V \"${clst_iso_volume_id}\" -o \
+ ${clst_target_path}boot -V \"${clst_iso_volume_id}\" -o \
${1} ${clst_target_path}"
mkisofs -J -r -l -chrp-boot -netatalk -hfs -probe -map \
- ${clst_target_path}/boot/map.hfs -part -no-desktop \
+ ${clst_target_path}boot/map.hfs -part -no-desktop \
-hfs-volid "${clst_iso_volume_id}" -hfs-bless \
- ${clst_target_path}/boot -V "${clst_iso_volume_id}" -o \
+ ${clst_target_path}boot -V "${clst_iso_volume_id}" -o \
${1} ${clst_target_path} || die "Cannot make ISO image"
;;
esac