From c5305153dc3aadf2e2cbcb05ca8cfbc1624d4102 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 Sep 2010 15:16:07 +0200 Subject: Removing usplash support in initramfs, usplash is dead. --- scripts/live-functions | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'scripts/live-functions') diff --git a/scripts/live-functions b/scripts/live-functions index b1d7503..5efe432 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -9,13 +9,7 @@ log_wait_msg () then plymouth message --text="$@" plymouth watch-keystroke | read nunya - 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 + fi _log_msg "Waiting: ${@} ... \n" } -- cgit v1.2.3