X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-functions;h=964fdf0026cd00706d62a698d03a1fbc22cc5ac7;hb=10c81fb1bc8f2326958250e285616db4e9745d84;hp=baa920c7660663c966a7cca4c0c2466f87f88560;hpb=fdd8036ba32ad88e83a61191cc4597ae060355d2;p=live-boot-grml.git diff --git a/scripts/live-functions b/scripts/live-functions index baa920c..964fdf0 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -3,27 +3,16 @@ . /scripts/functions . /live.vars -log_end_msg () -{ - # Override this so we don't call PROGRESS - if [ -x /sbin/usplash_write ] - then - /sbin/usplash_write "SUCCESS ok" - fi - - _log_msg "Done." -} - log_wait_msg () { # Print a message and wait for enter if [ -x /sbin/usplash_write ] then - /sbin/usplash_write "INPUTENTER $@" + /sbin/usplash_write "INPUTENTER ${@}" read nunya < /dev/.initramfs/usplash_outfifo fi - _log_msg "Waiting: $@ ..." + _log_msg "Waiting: ${@} ..." } really_export ()