~ubuntu-branches/ubuntu/gutsy/usplash/gutsy

« back to all changes in this revision

Viewing changes to debian/usplash.init

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-01-22 14:27:46 UTC
  • Revision ID: james.westby@ubuntu.com-20070122142746-rkpx2o9xer3wa65f
Tags: 0.4-35
Add the new console-setup initramfs hook as a prerequisite rather than
running setupcon after shutting down usplash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        # no gdm/kdm/xdm was started (otherwise we would be on vt7).
32
32
        # It happens when e.g. usplash timed out
33
33
        if type setupcon >/dev/null 2>&1; then
34
 
            CONSOLE_SCREEN='setupcon -f --force'
 
34
            CONSOLE_SCREEN=
35
35
        elif [ -x /etc/init.d/console-screen.sh ]; then
36
36
            CONSOLE_SCREEN=/etc/init.d/console-screen.sh
37
37
        else