Added fix for bug #140445.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@418 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 19 years ago
parent 2376b18742
commit d658513c31

@ -288,7 +288,7 @@ create_evms2_cpio(){
create_gensplash(){ create_gensplash(){
if [ "${GENSPLASH}" -eq '1' ] if [ "${GENSPLASH}" -eq '1' ]
then then
if [ -x /sbin/splash ] if [ -x /sbin/splash_geninitramfs ]
then then
[ -z "${GENSPLASH_THEME}" ] && [ -e /etc/conf.d/splash ] && source /etc/conf.d/splash [ -z "${GENSPLASH_THEME}" ] && [ -e /etc/conf.d/splash ] && source /etc/conf.d/splash
[ -z "${GENSPLASH_THEME}" ] && GENSPLASH_THEME=default [ -z "${GENSPLASH_THEME}" ] && GENSPLASH_THEME=default

Loading…
Cancel
Save