--- usr/share/initramfs-tools/scripts/live-functions~	2008-06-04 09:11:28.000000000 +0200
+++ usr/share/initramfs-tools/scripts/live-functions	2008-07-18 16:41:42.000000000 +0200
@@ -10,7 +10,9 @@
 	then
 		/sbin/usplash_write "INPUTENTER ${@}"
 		read nunya < /dev/.initramfs/usplash_outfifo
-	fi
+	else if [ -x /sbin/splashy_update ] ; then
+		/sbin/splashy_update "getstring ${@}" | read nunya
+	fi ; fi
 
 	_log_msg "Waiting: ${@} ..."
 }
--- usr/share/initramfs-tools/scripts/live~	2008-06-04 09:11:28.000000000 +0200
+++ usr/share/initramfs-tools/scripts/live	2008-07-18 16:49:32.000000000 +0200
@@ -1252,7 +1252,9 @@
 	if [ -x /sbin/usplash_write ]
 	then
 		/sbin/usplash_write "TIMEOUT 120"
-	fi
+	else if [ -x /sbin/splashy_update ] ; then
+		/sbin/splashy_update "TIMEOUT 120"
+	fi ; fi
 }
 
 mountroot ()
