Add firmware bundles in cpio.gz format too to help netboot users.

Thanks to Alex Owen for the patch, slightly tweaked.
This commit is contained in:
Steve McIntyre 2015-08-21 10:53:44 +01:00
parent 5a613731da
commit 5365734804
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -14,6 +14,8 @@ debian-cd (3.1.18) UNRELEASED; urgency=medium
checked. Now fixed.
* Try to make VOLIDs shorter when given long alpha / beta release names
in DEBVERSION
* Add firmware bundles in cpio.gz format too to help netboot users.
Thanks to Alex Owen for the patch, slightly tweaked.
[ Didier Raboud ]
* For stretch, swap amd64 and i386 to let the first be the norm, and the

View File

@ -39,4 +39,5 @@ cd $TMPDIR/firmware
tar czf ../firmware.tar.gz .
zip -9rq ../firmware.zip .
cd ..
ls -l $PWD/firmware.tar.gz $PWD/firmware.zip
find firmware | cpio --quiet -o -H newc | gzip -9 > firmware.cpio.gz
ls -l $PWD/firmware.cpio.gz $PWD/firmware.tar.gz $PWD/firmware.zip