From f581afb855f0476ad81915c5226b043347ec2a73 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 20 Oct 2022 15:29:33 +0200 Subject: [PATCH] doc: document "updates" section in autoinstall-reference Signed-off-by: Olivier Gayot --- documentation/autoinstall-reference.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/autoinstall-reference.md b/documentation/autoinstall-reference.md index 52a2acef..f53d5628 100644 --- a/documentation/autoinstall-reference.md +++ b/documentation/autoinstall-reference.md @@ -469,6 +469,17 @@ A list of packages to install into the target system. More precisely, a list of The timezone to configure on the system. The special value "geoip" can be used to query the timezone automatically over the network. +### updates + +**type:** string (enumeration) +**default:** `security` + +The type of updates that will be downloaded and installed after the system install. +Supported values are: + + * `security` -> download and install updates from the -security pocket + * `all` -> also download and install updates from the -updates pocket + ### late-commands