Adding casper 1.71+debian-1.
[live-boot-grml.git] / scripts / casper-functions
1
2 . /scripts/functions
3
4 # Override this so we don't call PROGRESS
5 log_end_msg()
6 {
7         if [ -x /sbin/usplash_write ]; then
8                 /sbin/usplash_write "SUCCESS ok"
9         fi
10         _log_msg "Done."
11 }
12