# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.509 2006/01/16 15:25:08 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.510 2006/01/16 15:45:03 wolf31o2 Exp $
+
+ 16 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ targets/support/bootloader-setup.sh:
+ Added fix from bug #119123. This is catalyst 2.0_rc16.
16 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
targets/support/create-iso.sh, targets/support/netboot2-final.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.123 2006/01/16 15:25:08 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.124 2006/01/16 15:45:03 wolf31o2 Exp $
# Maintained in full by:
# Eric Edgar <rocket@gentoo.org>
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc15"
+__version__="2.0_rc16"
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/bootloader-setup.sh,v 1.22 2005/12/16 18:57:57 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/bootloader-setup.sh,v 1.23 2006/01/16 15:45:03 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
echo >> ${icfg}
echo "image=/boot/${x}" >> ${icfg}
- if [ -e "/boot/${x}.igz" ]
+ if [ -e "$1/boot/${x}.igz" ]
then
echo "initrd=/boot/${x}.igz" >> ${icfg}
fi