Cyril Brulebois
14064e08a1
Replace all gzip -9 calls with pigz -9nm ones.
...
Some gzip calls have --no-name, which disables both the original name
and timestamp; use -n (disables original name) and -m (disables original
timestamp) for pigz, for all calls.
2023-01-23 19:30:35 +01:00
Steve McIntyre
41f1383b5c
Stop producing MD5SUMS and SHA1SUMS files by default
2019-07-16 16:34:36 +01:00
Steve McIntyre
a55bc64a77
Add support for archives without Packages.gz and Sources.gz
...
Try .xz files too
2016-11-15 09:06:41 +00:00
Steve McIntyre
5e1a7fbef1
Just checksum the firmware.* files
2015-10-07 16:28:19 +01:00
Steve McIntyre
8e9ec83d72
Checksum in the right dir
2015-10-07 16:06:58 +01:00
Steve McIntyre
e5b9dee3b2
Create checksums for firmware images
2015-10-07 15:36:22 +01:00
Steve McIntyre
5365734804
Add firmware bundles in cpio.gz format too to help netboot users.
...
Thanks to Alex Owen for the patch, slightly tweaked.
2015-08-21 10:53:44 +01:00
Steve McIntyre
3ea05ce326
use grep-dctrl more efficiently
2011-06-10 16:18:30 +00:00
Steve McIntyre
1083496a49
Rewrite of core logic.
...
Rather than use the firmware task which gets out of date, look for
firmware/microcode files directly in the Packages file. Check for
things installing in /lib/firmware, and add those packages.
2011-06-10 13:26:30 +00:00
Steve McIntyre
b33996bd64
new location for firmware task file
2011-06-10 12:52:38 +00:00
cd-builder user
897bc3af44
Fix invocation of cpp so that firmware-linux makes it into the firmware image
2009-08-18 22:52:02 +00:00
Steve McIntyre
50b9093086
Updated code. Parse tasks/firmware to get the list of firmware
...
packages wanted, then grab the package file names from the Packages.gz
files in the appropriate release.
2008-06-25 00:24:09 +00:00
Steve McIntyre
68b3e63cfa
minor update
2008-06-23 21:57:37 +00:00
Steve McIntyre
3a29fb0a8b
Initial cut of make-firmware-image, a simple script to create .tar.gz
...
and .zip files containing non-free firmware and microcode packages.
2008-06-23 21:55:36 +00:00