[SCM] live-initramfs branch, debian, updated. debian/1.177.2-1-25-gd77466b

Daniel Baumann daniel at debian.org
Fri Apr 30 17:27:48 UTC 2010


The following commit has been merged in the debian branch:
commit 16ad65a3fd6083a46c741fab0975751013c14e8a
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Apr 30 18:51:20 2010 +0200

    Merging casper 1.198.

diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index 246d4b7..cd2d646 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,9 @@
+casper (1.198) karmic; urgency=low
+
+  * scripts/casper: Send PULSELOGO usplash command at startup. (LP: #438762)
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Fri, 02 Oct 2009 13:51:07 +0200
+
 casper (1.197) karmic; urgency=low
 
   [ Colin Watson ]
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"

-- 
live-initramfs



More information about the debian-live-changes mailing list