diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-05-03 19:22:40 +0100 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-05-03 22:19:49 +0100 |
commit | 31cc121c3dbce47438d51928e4b1e7229f514cb4 (patch) | |
tree | 4298ea89a3186154efeb9e6c99623a25757f5ab2 /functions | |
parent | 6cf3321d8471046bbbe203fb3f18d6507c402024 (diff) | |
download | vyos-live-build-31cc121c3dbce47438d51928e4b1e7229f514cb4.tar.gz vyos-live-build-31cc121c3dbce47438d51928e4b1e7229f514cb4.zip |
config: obey new UTC timestamp control for default ISO volume label
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/configuration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh index 5bce6df5e..7dfea3765 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -392,7 +392,7 @@ Prepare_config () LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Debian Live}" LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$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 +%Y%m%d-%H:%M)}" + LB_ISO_VOLUME="${LB_ISO_VOLUME:-Debian ${LB_DISTRIBUTION} \$(date $DATE_UTC_OPTION +%Y%m%d-%H:%M)}" LB_HDD_LABEL="${LB_HDD_LABEL:-DEBIAN_LIVE}" LB_HDD_SIZE="${LB_HDD_SIZE:-auto}" |