We should be checking for /usr/bin/splash_geninitramfs, instead.
authorChris Gianelloni <wolf31o2@gentoo.org>
Tue, 1 Aug 2006 19:56:46 +0000 (19:56 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Tue, 1 Aug 2006 19:56:46 +0000 (19:56 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@423 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_initramfs.sh

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