diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2020-12-07 08:36:42 +0100 |
---|---|---|
committer | Roland Clobus <rclobus@rclobus.nl> | 2020-12-07 08:36:42 +0100 |
commit | 4eae44d13da639fcb9a23bf660c2a58e6a3466a4 (patch) | |
tree | e041f58778ce9010b50678c9efdd1debe43ae8e7 | |
parent | e772dfd6d2849892ec03f611f621336676cf8b2b (diff) | |
download | vyos-live-build-4eae44d13da639fcb9a23bf660c2a58e6a3466a4.tar.gz vyos-live-build-4eae44d13da639fcb9a23bf660c2a58e6a3466a4.zip |
Bugfix: use minutes instead of month in the time of the modification date field
-rwxr-xr-x | scripts/build/binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index bf6d9b29d..c0c791b73 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -103,7 +103,7 @@ then fi # Set an explicit modification date -XORRISO_OPTIONS="${XORRISO_OPTIONS} --modification-date=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m%d%H%m%S00)" +XORRISO_OPTIONS="${XORRISO_OPTIONS} --modification-date=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m%d%H%M%S00)" # Enable BIOS bootloader selection case "${LB_BOOTLOADER_BIOS}" in |