Package: bootsplash
Version: 3.2-1
Severity: normal
Tags: patch
The script /etc/init.d/bootsplash doesn't work when is running with 'stop'
parameter. The silent mode fail when the function set_bootsplash_image is
called at line 102 (I don't know why :-S), this problem is solved if you
execute directly:
$SPLASHBIN -s -u 0
/etc/bootsplash/themes/${THEME}/config/bootsplash-$(/sbin/fbresolution).cfg
instead of calling the function:
set_bootsplash_image 0
Greetings,
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages bootsplash depends on:
ii bootsplash-theme-debian [boo 0.5-6 The bootsplash theme debian
ii bootsplash-theme-khertz [boo 0.1-1 El tema bootsplash khertz
ii debconf [debconf-2.0] 1.5.5 Debian configuration management sy
ii initramfs-tools 0.80 tools for generating an initramfs
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii libmng1 1.0.9-1 Multiple-image Network Graphics li
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages bootsplash recommends:
pn grub <none> (no description available)
-- debconf information:
* shared/bootsplash-bootloader-info:
* shared/bootsplash-bootloader: lilo
shared/bootsplash-custom-initrd:
* shared/bootsplash-initscript: true
* bootsplash/bootloader-info:
* bootsplash/bootloader: false
* shared/bootsplash-initrd: /boot/initrd.splash
* bootsplash/initramfs: true
*** bootsplash.bak 2006-09-22 13:32:42.000000000 +0100
--- bootsplash 2006-09-22 14:17:28.000000000 +0100
***************
*** 99,105 ****
get_bootsplash_theme
log_action_cont_msg "using theme '$THEME'"
! set_bootsplash_image 0
# ensure "silent" image is displayed
echo "silent" > /proc/splash
--- 99,105 ----
get_bootsplash_theme
log_action_cont_msg "using theme '$THEME'"
! $SPLASHBIN -s -u 0
/etc/bootsplash/themes/${THEME}/config/bootsplash-$(/sbin/fbresolution).cfg
# ensure "silent" image is displayed
echo "silent" > /proc/splash