vp-build/templates/xbps-casper/files/scripts/casper-functions
Juan RP 74494eb1e3 Added xbps-casper-0.1 build template and sources.
xbps-casper is a modified version of Ubuntu's casper app. And will
be simplified and modified even more in the future, if necessary.

--HG--
extra : convert_revision : 59163ef9b8b6978bc94c59ecaf0c8038b4e93e07
2009-10-08 21:41:22 +02:00

13 lines
233 B
Plaintext

. /scripts/functions
# 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: $@ ..."
}