http://bugzilla.novell.com/show_bug.cgi?id=541674 Summary: mkinitrd: include-all-libata-drivers not always working Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jengelh@medozas.de QAContact: qa@suse.de CC: hare@novell.com Found By: Beta-Customer This is about commit 87d86855cf54ff125ab6e059ddc4a66987e1b533 in mkinitrd. First of all I noticed that the commit message mentions "This default is improper as it increases the bootup time for machines that have multiple controllers". However, the code (still) causes all libata modules to be pulled in. So if I have multiple ATA controllers, it would be increasing the bootup time. Second, in recent versions of the kernel, CONFIG_ATA may have been changed from =m to =y[1], so that the test for "-L /sys/module/libata/holders/$procname" in setup-block.sh does not fire anymore, because holders will not be tracked when a piece of code is =y. [1] http://lists.opensuse.org/opensuse-kernel/2009-09/msg00001.html -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.