Fix typo in reference: minimized --> minimal

There is no such thing as `ubuntu-server-minimized`.
It should be `ubuntu-server-minimal`.

See for example here:
f8bf1105bf/examples/sources/install.yaml (L4)
This commit is contained in:
Andreas Lindhé 2023-07-13 15:15:19 +02:00
parent 5af40f0b28
commit 2fcaa0e9e8
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ Whether the installer should search for available third-party drivers. When set
**type:** string
**default:** identifier of the first available source.
Identifier of the source to install (e.g., `"ubuntu-server-minimized"`).
Identifier of the source to install (e.g., `"ubuntu-server-minimal"`).
<a name="network"></a>