Skip to content
Snippets Groups Projects
Commit 2ca86680 authored by Tobias Powalowski's avatar Tobias Powalowski :sunglasses:
Browse files

add -p to fix reproducibilty

parent 3c4b203e
No related branches found
No related tags found
No related merge requests found
Pipeline #48414 failed
......@@ -289,6 +289,9 @@ build_uki(){
local -i offset=0
OBJCOPYARGS=()
# reproducibility, preserve dates of used files
OBJCOPYARG+=(-p)
msg "Creating unified kernel image: '%s'" "$out"
if [[ -z "$uefistub" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment