From 364b46b527237033f9b15e6db9aa621ba4b3d35c Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Tue, 26 Aug 2008 15:14:23 +0200 Subject: Enabling the "remove CD" prompt in splashy. --- scripts/live-functions | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/live-functions') diff --git a/scripts/live-functions b/scripts/live-functions index 0684dc0..96d6269 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -50,7 +50,9 @@ log_wait_msg () 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: ${@} ... \n" } -- cgit v1.2.3