From 6cf3321d8471046bbbe203fb3f18d6507c402024 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sun, 3 May 2020 19:19:22 +0100 Subject: config: provide UTC timestamp control `DATE_UTC_OPTION` is set in `Prepare_config()` for use by scripts, even though only a few scripts will actually use it, since it allows those scripts to be cleaner. we may want to possibly extend this as a `DATE_OPTIONS` variable perhaps as part of enabling proper reproduciblity. Gbp-Dch: Short --- manpages/en/lb_config.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manpages') diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index e73e55abe..932a8e6ef 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -211,6 +211,8 @@ [\fB\-\-uefi\-secure\-boot\fR auto|enable|disable] .br [\fB\-\-updates\fR true|false] +.br + [\fB\-\-utc\-time\fR true|false] .br [\fB\-\-validate\fR] .br @@ -434,6 +436,8 @@ defines if the resulting system image should be a live system or a normal, non-l enables or disables Secure Boot support when using grub-efi, by installing signed shim and grub-efi packages. By default, this is set to auto, which means if the packages are available they will be installed, but if not only a warning will be printed and the normal non-signed grub-efi will be used. .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. .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 -- cgit v1.2.3