From 3aa20a2b890dc16190fc5f93fff06e6bc8c38df2 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 20 Oct 2022 15:20:27 +0200 Subject: [PATCH] doc: document "timezone" section in autoinstall-reference Signed-off-by: Olivier Gayot --- documentation/autoinstall-reference.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/autoinstall-reference.md b/documentation/autoinstall-reference.md index eacef0bc..52a2acef 100644 --- a/documentation/autoinstall-reference.md +++ b/documentation/autoinstall-reference.md @@ -461,6 +461,14 @@ The installer will update the target with debconf set-selection values. Users wi A list of packages to install into the target system. More precisely, a list of strings to pass to "`apt-get install`", so this includes things like task selection (`dns-server^`) and installing particular versions of a package (`my-package=1-1`). +### timezone + +**type:** string +**default:** no timezone +**can be interactive:** no + +The timezone to configure on the system. The special value "geoip" can be used to query the timezone automatically over the network. + ### late-commands