On Tue, 13 Feb 2007 23:56:21 +0100 Michael Biebl <[EMAIL PROTECTED]> wrote:
> Package: splashy > Version: 0.3.1 > Severity: normal > > /etc/init.d/splashy contains: > > grep -q -e '[[:space:]]splash\([[:space:]]+\|$\)' /proc/cmdline && > ENABLE=1 > grep -q -e '[[:space:]]nosplash\([[:space:]]+\|$\)' /proc/cmdline && > ENABLE=0 > > If splash is the last boot parameter with no white space following, this > expression does not match, i.e. splash support is disabled although my > grub command line looks like "... vga=791 splash". Have you tested that? Because the regex reads ends on 'space or end' ( the '$' means end.) so it does match your case. In other words something else must be wrong. grts Tim
signature.asc
Description: PGP signature