Skip to content

Commit

Permalink
Merging casper 1.196.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Apr 30, 2010
1 parent 344b676 commit b4b914d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ChangeLog.casper
@@ -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 ]
Expand Down
4 changes: 4 additions & 0 deletions scripts/live-bottom/19keyboard
Expand Up @@ -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 ]
Expand Down

0 comments on commit b4b914d

Please sign in to comment.