X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-functions;h=f426ff98e5d2c4147a087715ddae3ed221eb0b0e;hb=918242b47944da2a6af5e6fe505b743b465eea40;hp=b1d7503234733a71471ed366f15723e5292df380;hpb=e66f79476042794195978ee641aa7ea0d9ca6e0a;p=live-boot-grml.git diff --git a/scripts/live-functions b/scripts/live-functions index b1d7503..f426ff9 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" } @@ -82,7 +76,7 @@ panic() { DEB_3="\033[1;31m\`. \`'\` \033[0m" DEB_4="\033[1;31m \`- \033[0m" - LIVELOG="\033[1;37m/live.log\033[0m" + LIVELOG="\033[1;37m/live-boot.log\033[0m" DEBUG="\033[1;37mdebug\033[0m" # Reset redirections to avoid buffering