Package: udev
Version: 164-3
Severity: minor
Tags: patch

usplash is dead and no longer available in squeeze or sid. Yet the
initramfs script still calls it.

I'd say it is time to either drop this code or updating it for plymouth.

As I don't know if plymouth needs that, I added a patch for the former

Cheers,
Michael



-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37 (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages udev depends on:
ii  debconf [debconf-2.0]        1.5.37      Debian configuration management sy
ii  libc6                        2.11.2-7    Embedded GNU C Library: Shared lib
ii  libselinux1                  2.0.96-1    SELinux runtime shared libraries
ii  libudev0                     164-3       libudev shared library
ii  libusb-0.1-4                 2:0.1.12-16 userspace USB programming library
ii  lsb-base                     3.2-26      Linux Standard Base 3.2 init scrip
ii  util-linux                   2.17.2-6.1  Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils                      1:3.1.7-6  Linux PCI Utilities
ii  usbutils                      0.87-5     Linux USB utilities

udev suggests no packages.

-- debconf information excluded
diff --git a/extra/initramfs.top b/extra/initramfs.top
index 4ecc4fc..15e9bf3 100644
--- a/extra/initramfs.top
+++ b/extra/initramfs.top
@@ -27,13 +27,7 @@ fi
 # If the rootdelay parameter has been set, we wait a bit for devices
 # like usb/firewire disks to settle.
 if [ "$ROOTDELAY" ]; then
-	if [ -x /sbin/usplash_write ]; then
-		/sbin/usplash_write "TIMEOUT $(($ROOTDELAY + 5))"
-	fi
 	sleep $ROOTDELAY
-	if [ -x /sbin/usplash_write ]; then
-		/sbin/usplash_write "TIMEOUT 15"
-	fi
 fi
 
 # Leave udev running to process events that come in out-of-band (like USB

Reply via email to