Bugfix: use minutes instead of month in the time of the modification date field
This commit is contained in:
parent
e772dfd6d2
commit
4eae44d13d
|
@ -103,7 +103,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set an explicit modification date
|
# 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
|
# Enable BIOS bootloader selection
|
||||||
case "${LB_BOOTLOADER_BIOS}" in
|
case "${LB_BOOTLOADER_BIOS}" in
|
||||||
|
|
Loading…
Reference in New Issue