doc: fix default shutdown action which is to reboot

If the autoinstall configuration does not declare a shutdown section,
the default action is not to do nothing ; but to reboot.

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-10-24 17:19:24 +02:00
parent 5d3d83dcbb
commit 218eb36ec3
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ Supported values are:
### shutdown
**type:** string (enumeration)
**default:** do nothing
**default:** `reboot`
**can be interactive:** no
Request the system to shutdown or reboot automatically after the installation has finished.