X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-functions;h=5efe432f48c5941be9036a6a0ffc45d90d5d50dc;hb=f3c5696504d68260e7eb4fca2c17fe7c83df50a6;hp=b1d7503234733a71471ed366f15723e5292df380;hpb=e41d449ce0912b5450c3fa8fc8c361686f5299a4;p=live-boot-grml.git 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" }