Package: initrd-tools
Version: 0.1.74

The mkinitrd script has the wrong module listed for the Initio INI-A100U2W SCSI card. It attempts to probe for a nonexistent module called "inia100", when it should be looking fof the module "a100u2w".

On line 518 of mkinitrd it says:

s/^INIA100$/inia100/; t

This should be changed to:

s/^INIA100$/a100u2w/; t

--
Seth "ninja monkey" Mattinen
[EMAIL PROTECTED]





Reply via email to