From 3f7dd00fcb83177e679e9f1449200dee11dc1531 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Sun, 13 Dec 2020 18:33:54 +0100 Subject: Delay resolving the timestamp for the ISO volume to the moment the ISO-image is created --- functions/configuration.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/configuration.sh b/functions/configuration.sh index 62d7830a6..abf68109f 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -408,7 +408,8 @@ Prepare_config () LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Debian Live}" LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build @LB_VERSION@; https://salsa.debian.org/live-team/live-build}" LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org}" - LB_ISO_VOLUME="${LB_ISO_VOLUME:-Debian ${LB_DISTRIBUTION} \$(date $DATE_UTC_OPTION +%Y%m%d-%H:%M)}" + # The string @ISOVOLUME_TS@ must have the same length as the output of `date +%Y%m%d-%H:%M` + LB_ISO_VOLUME="${LB_ISO_VOLUME:-Debian ${LB_DISTRIBUTION} @ISOVOLUME_TS@}" LB_HDD_LABEL="${LB_HDD_LABEL:-DEBIAN_LIVE}" LB_HDD_SIZE="${LB_HDD_SIZE:-auto}" -- cgit v1.2.3