Package: bootsplash Version: 3.3-2 Severity: important Tags: patch The script /usr/share/initramfs-tools/hooks/bootsplash assigns $SPLASH_BIN and tests for it's existance, but the invocation at the end of the script is "splash [...]" rather than "$SPLASH_BIN [...]"
Here's a trivial patch for the issue: diff -u bootsplash.orig bootsplash --- bootsplash.orig 2009-10-23 12:26:00.000000000 -0400 +++ bootsplash 2009-10-23 12:20:26.000000000 -0400 @@ -48,4 +48,4 @@ exit 0 fi -splash -s -f $SPLASH_FILE > $DESTDIR/bootsplash +$SPLASH_BIN -s -f $SPLASH_FILE > $DESTDIR/bootsplash Regards, Reto L. -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages bootsplash depends on: ii bootsplash-theme-debia 0.5-7.1 The bootsplash theme debian ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii initramfs-tools 0.92o tools for generating an initramfs ii libc6 2.7-18 GNU C Library: Shared libraries ii libfreetype6 2.3.7-2+lenny1 FreeType 2 font engine, shared lib ii libmng1 1.0.9-1 Multiple-image Network Graphics li ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime Versions of packages bootsplash recommends: ii grub 0.97-47lenny2 GRand Unified Bootloader (Legacy v bootsplash suggests no packages. -- debconf information: bootsplash/bootloader: bootsplash/initramfs: true -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org