From 43f7b85d0f1ae734f67e0508899fabac8b2951c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 30 Apr 2010 18:51:20 +0200 Subject: Merging casper 1.198. --- scripts/live | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'scripts/live') diff --git a/scripts/live b/scripts/live index 3bb31c9..23ba434 100755 --- a/scripts/live +++ b/scripts/live @@ -1751,6 +1751,14 @@ integrity_check () fi } +start_usplash_pulse () +{ + if [ -x /sbin/usplash_write ] + then + /sbin/usplash_write "PULSELOGO" + fi +} + mountroot () { if [ -x /scripts/local-top/cryptroot ]; then @@ -1770,6 +1778,7 @@ mountroot () Arguments set_usplash_timeout + start_usplash_pulse maybe_break live-premount log_begin_msg "Running /scripts/live-premount" -- cgit v1.2.3