Merging casper 1.111.
[live-boot-grml.git] / scripts / live-functions
index baa920c..964fdf0 100644 (file)
@@ -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 ()