https://bugzilla.novell.com/show_bug.cgi?id=642235 https://bugzilla.novell.com/show_bug.cgi?id=642235#c0 Summary: multiple copies/versions of /lib/firmware/2.6.34-*/radeon in initrd Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: koenig@linux.de QAContact: qa@suse.de Found By: --- Blocker: --- running mkinitrd-2.6.0-2.3.x86_64 on my xen dom0 server after the 1st kernel update generates an initrd with all available copies of /lib/firmware/2.6.34*/radeon/ : $ zcat /boot/initrd-2.6.34.7-0.3-default | cpio -itv | grep R100_cp.bin -rw-r--r-- 1 root2 root 2048 Jun 29 20:05 lib/firmware/2.6.34-12-xen/radeon/R100_cp.bin -rw-r--r-- 1 root2 root 2048 Sep 16 01:14 lib/firmware/2.6.34.7-0.2-default/radeon/R100_cp.bin -rw-r--r-- 1 root2 root 2048 Sep 21 01:56 lib/firmware/2.6.34.7-0.3-xen/radeon/R100_cp.bin -rw-r--r-- 1 root2 root 2048 Jul 6 17:37 lib/firmware/2.6.34.1-0.0.6.82d7a13-xen/radeon/R100_cp.bin -rw-r--r-- 1 root2 root 2048 Sep 21 01:45 lib/firmware/2.6.34.7-0.3-default/radeon/R100_cp.bin 54780 blocks $ zcat /boot/initrd-2.6.34.7-0.3-default | cpio -it | grep /radeon/ | sed 's,[^/]*$,,' | uniq -c 54780 blocks 2 lib/firmware/radeon/ 27 lib/firmware/2.6.34-12-xen/radeon/ 27 lib/firmware/2.6.34.7-0.2-default/radeon/ 27 lib/firmware/2.6.34.7-0.3-xen/radeon/ 27 lib/firmware/2.6.34.1-0.0.6.82d7a13-xen/radeon/ 27 lib/firmware/2.6.34.7-0.3-default/radeon/ 1 lib/modules/2.6.34.7-0.3-default/kernel/drivers/gpu/drm/radeon/ reason for the multiple kernel versions is this $ grep ^multiversion /etc/zypp/zypp.conf multiversion = provides:multiversion(kernel) but in initrd-2.6.34.7-0.3-default there should be only /lib/firmware/2.6.34.7-0.3-default/* , isn't it?! $ rpm -qf /sbin/mkinitrd mkinitrd-2.6.0-2.3.x86_64 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.