Added fix for bug #140445.
authorChris Gianelloni <wolf31o2@gentoo.org>
Sun, 16 Jul 2006 15:47:19 +0000 (15:47 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Sun, 16 Jul 2006 15:47:19 +0000 (15:47 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@418 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_initramfs.sh

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