On 03/18/2012 02:36 AM, Nathan Coulson wrote:
> I could be wrong, but I believe we disabled ZLIB as hal was unable to
> handle gzipped pci.id files.
>
> Assuming I am not completely wrong, perhaps we can reenable this.
>
I thought HAL was on the way out. IIRC, HAL used the pci.ids file 
directly. If you still need it and want an easier solution, simply 
append a zcat to the end of the update-pciids script right before it 
exits. Something like " zcat ${DEST} > `echo ${DEST} | sed 's/\.gz//'` " 
should work fine, though I haven't tested as I still have a really old 
pci-utilities installed on my ancient daily driver that actually does 
not support compressed pci.ids files.

-- DJ Lucas


-- 
This message has been scanned for viruses and
dangerous content, and is believed to be clean.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to