File suspend-disable-bootsplash.diff of Package suspend
--- splash.c +++ splash.c @@ -85,7 +85,7 @@ 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;