[Splashy-devel] Bug#486400: Bug#486400: Splashy works with hibernation, but ...

Eric Doviak eric at doviak.net
Tue Jul 1 06:37:24 UTC 2008


Just to clarify (in case my previous message was unclear) ...

In the "/usr/share/initramfs-tools/scripts/init-top" file, the lines:

for x in $(cat /proc/cmdline); do
    case $x in
        single)
            SINGLE=true
        ;;
        splash)
            SPLASH=true
        ;;
        nosplash)
            SPLASH=false
        ;;
        vga=*|video=*)
            FBMODESET=true
        ;;
    esac
done

should be immediately followed by a test to see if a resume image is 
available. If one is available, then "SPLASH=false"

Hope this helps,
- Eric


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/splashy-devel/attachments/20080701/0a68b832/attachment.htm 


More information about the Splashy-devel mailing list