FS#72899 - [linux-firmware] compress firmware files
Attached to Project:
Arch Linux
Opened by Tobias Powalowski (tpowa) - Thursday, 02 December 2021, 08:40 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 08 February 2022, 07:17 GMT
Opened by Tobias Powalowski (tpowa) - Thursday, 02 December 2021, 08:40 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 08 February 2022, 07:17 GMT
|
Details
Now that mkinitcpio supports compressed firmware files, time
to compress them to save space.
# compress firmware with xz, wait for mkinitcpio support to be implemented # #FS 72263 find ${pkgdir}/usr/lib/firmware -type f -execdir xz -C crc32 -z {} \+ |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 08 February 2022, 07:17 GMT
Reason for closing: Implemented
Tuesday, 08 February 2022, 07:17 GMT
Reason for closing: Implemented
Someone may want to ping the patch author, or alternatively finish the patch themselves (and send it).
Thanks!
As for the negative, well decompression speed of XZ isn't that good compared to the competition.