git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1271
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+ targets/support/bootloader-setup.sh:
+ Add splashimage= line to grub.conf if /boot/grub/splash.xpm.gz exists
+
02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
examples/generic_stage_template.spec, examples/grp_template.spec,
examples/livecd-stage1_template.spec,
echo "timeout 150" >> ${icfg}
echo "pager on" >> ${icfg}
+ if [ -e ${1}/boot/grub/splash.xpm.gz ]; then
+ echo "splashimage=/boot/grub/splash.xpm.gz" >> ${icfg}
+ fi
+
# Setup help message
echo >> ${icfg}
echo "title help" >> ${icfg}