diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 97bc315..18c17b0 100644 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -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