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:
parent
ab95c0264c
commit
7cf1fb38b0
|
|
@ -16,3 +16,4 @@
|
|||
# Boston, MA 02111-1307, USA.
|
||||
|
||||
add_dracutmodules+=" ostree systemd "
|
||||
reproducible=yes
|
||||
|
|
|
|||
Loading…
Reference in New Issue