X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-functions;h=9e138ecde09a962224ece714e36dbe79b60f1b53;hb=e692c692d0dc9249603d0cf9d4f10677a1ae0a9c;hp=4c37f4b330a0205ca34243e5620f5ecc7045142b;hpb=c967ebfc4e43fb16a0c2c140c66900712be95ab7;p=live-boot-grml.git diff --git a/scripts/live-functions b/scripts/live-functions index 4c37f4b..9e138ec 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -5,7 +5,11 @@ log_wait_msg () { # Print a message and wait for enter - if [ -x /sbin/usplash_write ] + if [ -x /bin/plymouth ] && plymouth --ping + 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