git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@503
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ generic/initrd.scripts:
+ Added a patch from Daniel Drake <dsd@gentoo.org> to fix splash problems for
+ bug #172562.
+
03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
Some minor config file cleanup.
# If last command failed send error message and fall back to a shell
if [ "$?" != '0' ]
then
- splash 'verbose'
bad_msg 'Failed to $1; failing back to the shell...'
run_shell
fi
bad_msg() {
msg_string=$1
msg_string="${msg_string:-...}"
+ splash 'verbose' > /dev/null &
echo -e "${BAD}!!${NORMAL}${BOLD} ${msg_string} ${NORMAL}"
}
${NEW_ROOT}/mnt/cdrom/cdupdate.sh
if [ "$?" != '0' ]
then
- splash 'verbose'
bad_msg "Executing cdupdate.sh failed!"
run_shell
fi