Comment 11 for bug 87031

Revision history for this message
bd (bdabelow) wrote :

> Please have a look at my patch in #69559:
> http://librarian.launchpad.net/6861279/console-setup-usplash.patch

The patch allone did not work for me, because console-setup does not do anything when started on tty8. I also had to change
        if expr "$(fgconsole 2>/dev/null || true)" : '[1-6]$' >/dev/null && \
to
        if expr "$(fgconsole 2>/dev/null || true)" : '[1-68]$' >/dev/null && \
 in /etc/init.d/console-setup.

Works for me, but I am not absolutely sure this is the way to go.