Comment 13 for bug 7256

Revision history for this message
Matt Zimmerman (mdz) wrote :

Our initrd-tools is a branch from 0.1.70.

Looking at the changelog since that version, I think this may be
http://bugs.debian.org/252466, fixed in 0.1.71.

It looks like this was fixed by moving the:

if [ -d "$MODULEDIR/kernel/drivers/ide/pci" ]; then

block above the case statement, rather than below it. Is that correct?