Bug#410861: [Splashy-devel] Bug#410861: initscript does not detect "splash" boot parameter if splash is the last boot option

Tim Dijkstra tim at famdijkstra.org
Wed Feb 14 20:17:26 CET 2007


On Tue, 13 Feb 2007 23:56:21 +0100
Michael Biebl <biebl at debian.org> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/splashy-devel/attachments/20070214/f90f4300/signature-0002.pgp


More information about the Splashy-devel mailing list