dracut: Create reproducible images

Without reproducible images, a rebuild of the initrd will create a
different image file (due to things like creation time of the files in
the cpio archive) even if the actual contents in it are exactly the
same, adding an unnecessary download during updates.

Adding 'reproducible=yes' avoids this and creates the same image files
for the same content.
This commit is contained in:
João Paulo Rechi Vita 2020-06-26 18:28:48 -07:00
parent ab95c0264c
commit 7cf1fb38b0
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@
# Boston, MA 02111-1307, USA.
add_dracutmodules+=" ostree systemd "
reproducible=yes