ISO Mageia-5-beta3-x86_64-DVD Files pci.ids and modules.pcimap in isolinux directory are so old (2013-07-26) whereas file are updated on 2015-02-01 http://pci-ids.ucw.cz/ For example Haswell are not present in isolinux files but are present on website. Reproducible: Steps to Reproduce:
CC: (none) => ennael1, thierry.vignaudAssignee: bugsquad => tmb
err... Why are they there in the first place anyway? We never ship them there in Mdv...
They atleast used to be used by hdt (the hardware info tool on classical iso) update of pci.ids is simple, but modules.pcimap is not provided by kernels anymore, so thats another thing...
Well, it needs to be ported to use aliases instead (like ldetect was)
CC: (none) => erwanaliasr1
I do support modules.alias. We just have to copy the modules.alias in place and use this command line : modules_alias=modules.alias Regarding the boot medium, we might have to rename that file to match the 8.3 of joliet. So we can remove the deprecated pcimap.
(In reply to Erwan VELU from comment #4) > I do support modules.alias. > > We just have to copy the modules.alias in place and use this command line : > modules_alias=modules.alias > Um, why not default to modules.alias ? module.pcimap is long dead ... If you dont want that upstream, we can carry the patch in mga > Regarding the boot medium, we might have to rename that file to match the > 8.3 of joliet. > That's iso9660, joliet supports 64 unicode chars according to spec, and MS implementation allows 110 chars ... and if you compare: modules.pcimap modules.alias we actually get one char less :) > So we can remove the deprecated pcimap. OK, as for the pci.ids I think I'll make the buildystem unpack it on the mirrors every time we update ldetect-lst so it will stay updated.
CC: (none) => sysadmin-bugsComponent: Installer => Release (media or process)
Was something done for Mageia 5?