Bug#578836: splashy: Tries to run non-existant depmod in initrd

2011-03-20 Thread tev...@gmail.com
If you apply the attached patch and run update-initramfs -u -k all that should copy the depmod to your initrds. --- libsplashy.orig 2011-03-21 00:17:07.0 -0300 +++ libsplashy 2011-03-21 00:17:19.0 -0300 @@ -51,3 +51,4 @@ mkdir -p $DESTDIR$(dirname $I) copy_exec $I .`dirname $I`

Bug#578836: splashy: Tries to run non-existant depmod in initrd

2010-04-22 Thread Florian Ragwitz
Package: splashy Version: 0.3.13-5.1+b1 Severity: normal When putting splashy into the initrd, the script /usr/share/initramfs-tools/scripts/local-premount/libsplashy assumes depmod is available. However, /usr/share/initramfs-tools/hooks/libsplashy doesn't ensure it is actually there by copying t