make-firmware-image: Add a list file

to show what's included in the firmware archives
This commit is contained in:
Steve McIntyre 2023-02-20 12:29:05 +00:00
parent 7eea34f26f
commit dcbf4ea088
2 changed files with 5 additions and 0 deletions

4
debian/changelog vendored
View File

@ -84,6 +84,10 @@ debian-cd (3.2.0) UNRELEASED; urgency=medium
* Fix missing %install% replacements, fixing support for automatically
starting a specific entry when a timeout is reached.
[ Steve McIntyre ]
* make-firmware-image: Add a list file to show what's included in
the firmware archives.
-- Cyril Brulebois <kibi@debian.org> Wed, 08 Feb 2023 10:44:19 +0100
debian-cd (3.1.36) unstable; urgency=medium

View File

@ -79,6 +79,7 @@ done
cd $TMPDIR/firmware
tar czf ../firmware.tar.gz .
zip -9rq ../firmware.zip .
find . -type f | gzip -9 > ../firmware.list.gz
cd ..
find firmware | cpio --quiet -o -H newc | pigz -9nm > firmware.cpio.gz
ls -l $PWD/firmware.cpio.gz $PWD/firmware.tar.gz $PWD/firmware.zip