Adding live-initramfs 1.87.1-1.
[live-boot-grml.git] / scripts / casper-functions
index 9e36db7..60721b4 100644 (file)
@@ -10,3 +10,12 @@ log_end_msg()
        _log_msg "Done."
 }
 
+# Print a message and wait for enter
+log_wait_msg()
+{
+       if [ -x /sbin/usplash_write ]; then
+               /sbin/usplash_write "INPUTENTER $@"
+               read nunya < /dev/.initramfs/usplash_outfifo
+       fi
+       _log_msg "Waiting: $@ ..."
+}