File suspend-disable-bootsplash.diff of Package suspend
Index: splash.c =================================================================== --- splash.c.orig +++ splash.c @@ -207,7 +207,7 @@ void splash_prepare(struct splash *splas printf("Looking for splash system... "); - if (!bootsplash_open()) { + if (0 && !bootsplash_open()) { splash->finish = bootsplash_finish; splash->progress = bootsplash_progress; splash->switch_to = bootsplash_switch_to;