commit | a8b8017c34fefcb763d8b06c294b58d1c480b2e4 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Thu Mar 31 23:16:42 2011 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Mon Apr 18 14:27:52 2011 +0200 |
tree | 61f638af2d7e5ad95990055414788f6f9c0a82dc | |
parent | 53e6892c0411006848882eacfcfea9e93681b55d [diff] |
initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entries gen_init_cpio gets the current time and uses it for each symlink, special file, and directory. Grab the current time once and make it possible to override it with the KBUILD_BUILD_TIMESTAMP variable for reproducible builds. Signed-off-by: Michal Marek <mmarek@suse.cz>