From 4ba59a503bfd4942255d7c206264c40dea8e5d59 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Mon, 25 Sep 2023 15:59:07 -0700 Subject: [PATCH] docs: locale must be specified to be interactive --- doc/reference/autoinstall-reference.rst | 4 ++-- documentation/autoinstall-reference.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference/autoinstall-reference.rst b/doc/reference/autoinstall-reference.rst index d7afa857..5965d8f5 100644 --- a/doc/reference/autoinstall-reference.rst +++ b/doc/reference/autoinstall-reference.rst @@ -96,7 +96,7 @@ locale * **type:** string * **default:** ``en_US.UTF-8`` -* **can be interactive:** yes, always interactive if any section is +* **can be interactive:** yes The locale to configure for the installed system. @@ -779,7 +779,7 @@ install * **type:** boolean or string (special value ``auto``) * **default:**: ``auto`` -Whether to install the available OEM meta-packages. The special value ``auto`` +Whether to install the available OEM meta-packages. The special value ``auto`` -- which is the default -- enables the installation on ubuntu-desktop but not on ubuntu-server. This option has no effect on core boot classic. diff --git a/documentation/autoinstall-reference.md b/documentation/autoinstall-reference.md index 42959641..545477e1 100644 --- a/documentation/autoinstall-reference.md +++ b/documentation/autoinstall-reference.md @@ -65,7 +65,7 @@ A list of shell commands to invoke as soon as the installer starts, in particula **type:** string **default:** `en_US.UTF-8` -**can be interactive:** yes, always interactive if any section is +**can be interactive:** yes The locale to configure for the installed system.