From 37b1db83bdddcd180520166490c3efd1dbb0471e Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 20 Oct 2022 15:33:28 +0200 Subject: [PATCH] doc: document "shutdown" section in autoinstall-reference Signed-off-by: Olivier Gayot --- documentation/autoinstall-reference.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/autoinstall-reference.md b/documentation/autoinstall-reference.md index f53d5628..ec8bbebd 100644 --- a/documentation/autoinstall-reference.md +++ b/documentation/autoinstall-reference.md @@ -473,6 +473,7 @@ The timezone to configure on the system. The special value "geoip" can be used t **type:** string (enumeration) **default:** `security` +**can be interactive:** no The type of updates that will be downloaded and installed after the system install. Supported values are: @@ -480,6 +481,18 @@ Supported values are: * `security` -> download and install updates from the -security pocket * `all` -> also download and install updates from the -updates pocket +### shutdown + +**type:** string (enumeration) +**default:** do nothing +**can be interactive:** no + +Request the system to shutdown or reboot automatically after the installation has finished. +Supported values are: + + * `reboot` + * `shutdown` + ### late-commands