# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.550 2006/02/02 14:10:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.551 2006/02/02 15:17:03 rocket Exp $
+
+ 02 Feb 2006; Eric Edgar <rocket@gentoo.org>
+ targets/support/bootloader-setup.sh:
+ Change [ console ] to -console in yaboot.conf for ppc64. Spaces arent allowed
02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
This is catalyst 2.0_rc29.
#!/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.29 2006/01/30 14:21:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/bootloader-setup.sh,v 1.30 2006/02/02 15:17:03 rocket Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
echo "initrd=/boot/${x}.igz" >> ${etc_icfg}
fi
- echo "label=${x} [${y}] " >> ${etc_icfg}
+ echo "label=${x}-${y} " >> ${etc_icfg}
echo "read-write" >> ${icfg}
if [ "${clst_livecd_splash_type}" == "gensplash" -a -n "${clst_livecd_splash_theme}" ]
then
echo "initrd=/boot/${x}.igz" >> ${icfg}
fi
- echo "label=${x} [${y}] " >> ${icfg}
+ echo "label=${x}-${y} " >> ${icfg}
echo "read-write" >> ${icfg}
if [ "${clst_livecd_splash_type}" == "gensplash" -a -n "${clst_livecd_splash_theme}" ]
then