File update-initramfs.patch of Package splashy
Index: splashy-0.3.13/src/splashy_config-functions.c
===================================================================
--- splashy-0.3.13.orig/src/splashy_config-functions.c
+++ splashy-0.3.13/src/splashy_config-functions.c
@@ -70,7 +70,7 @@ set_new_theme (gchar * theme_name)
* - figure out the command to run (per distro) before printing (set
* to Debian for now)
*/
- const gchar *_initramfs_cmd = "update-initramfs -u";
+ const gchar *_initramfs_cmd = "mkinitrd";
gint ret = RETURN_ERROR;
GString *new_theme =