diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2020-09-02 12:11:27 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2021-01-15 09:22:29 +0000 |
commit | 95cd662f4e91438cc179a282c31a8b71ceb49715 (patch) | |
tree | b8a413aed09738faa45501d914409987a06f5f52 /manpages | |
parent | 4d7c8c35e3df4a1d8b3000a18acf8019fcee266e (diff) | |
download | vyos-live-build-95cd662f4e91438cc179a282c31a8b71ceb49715.tar.gz vyos-live-build-95cd662f4e91438cc179a282c31a8b71ceb49715.zip |
Ensure that SOURCE_DATE_EPOCH is always set in all sub scripts.
When SOURCE_DATE_EPOCH was already set before 'lb config', also enable
UTC timestamps.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index c09abfbaa..898d6840c 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -445,7 +445,7 @@ enables or disables Secure Boot support when using grub-efi, by installing signe .IP "\fB\-\-updates\fR true|false" 4 defines if debian updates package archives should be included in the image or not. .IP "\fB\-\-utc\-time\fR true|false" 4 -defines if timestamps should be UTC. Note, this does not affect the build log which remains local time. +defines if timestamps should be UTC. Default is false, unless SOURCE_DATE_EPOCH is set. Note, this does not affect the build log which remains local time. .IP "\fB\-\-validate\fR" 4 requests that the config be validated only, not changed, thus after the validation check the script ends rather than writing an updated config. Please note that at the time of writing, many options do not have corresponding validation checks. .IP "\fB\-\-verbose\fR" 4 |