Comment 1 for bug 368264

Revision history for this message
Elan Ruusamäe (glen666) wrote :

dude, where's the version?!

anyway in mod-bootsplash.sh there are lines:

    for res in $BOOT_SPLASH_RESOLUTIONS; do
        if [ -f "/etc/bootsplash/themes/$THEME/config/bootsplash-$res.cfg" ]; then
            /bin/splash.bin -s -f "/etc/bootsplash/themes/$THEME/config/bootsplash-$res.cfg" >> "$target" && \
            debug "Added $res $THEME theme to initrd."
        else
            warn "/etc/bootsplash/themes/$THEME/config/bootsplash-$res.cfg doesn't exist, skipped"
        fi
    done

and $target being the final .gz file.

nevertheless, regenerate initrd with -v option and show the output.