Merging casper 1.196.
authorDaniel Baumann <daniel@debian.org>
Fri, 30 Apr 2010 16:47:11 +0000 (18:47 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:08 +0000 (17:48 +0100)
docs/ChangeLog.casper
scripts/live-bottom/19keyboard

index 18bf8c0..82b667b 100644 (file)
@@ -1,3 +1,10 @@
+casper (1.196) karmic; urgency=low
+
+  * Extend our hack that arranges to run setupcon after usplash exits to
+    cover the new Upstartified usplash as well.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Tue, 29 Sep 2009 01:36:55 +0100
+
 casper (1.195) karmic; urgency=low
 
   [ Oliver Grawert ]
index 52a6a58..f903f2b 100755 (executable)
@@ -107,6 +107,10 @@ then
                if [ -f /root/etc/init.d/usplash ]
                then
                        sed -i 's/CONSOLE_SCREEN=$/CONSOLE_SCREEN=setupcon/; t END; b; : END; n; b END' /root/etc/init.d/usplash
+               elif [ -f /root/etc/init/usplash.conf ]
+               then
+                       sed -i '/^post-stop script/a\
+    setupcon' /root/etc/init/usplash.conf
                fi
        fi
 elif [ -e /root/usr/sbin/install-keymap ]