From 52dcef518bdb95605670b8dc12257057bf7a2dc0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 10 Aug 2010 01:57:53 +0200 Subject: Adding debian version 3.0~a1-1. --- scripts/live-functions | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scripts/live-functions') diff --git a/scripts/live-functions b/scripts/live-functions index 5efe432..b1d7503 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -9,7 +9,13 @@ log_wait_msg () then plymouth message --text="$@" plymouth watch-keystroke | read nunya - fi + elif [ -x /sbin/usplash_write ] + then + /sbin/usplash_write "INPUTENTER ${@}" + read nunya < /dev/.initramfs/usplash_outfifo + else if [ -x /sbin/splashy_update ] ; then + /sbin/splashy_update "getstring ${@}" | read nunya + fi ; fi _log_msg "Waiting: ${@} ... \n" } -- cgit v1.2.3