Add locale customization instructions to cloud-init template
This commit is contained in:
@@ -39,6 +39,11 @@ users:
|
|||||||
# type: text
|
# type: text
|
||||||
|
|
||||||
# ── Locale and timezone ──────────────────────────────────────────────
|
# ── Locale and timezone ──────────────────────────────────────────────
|
||||||
|
# en_US.UTF-8 is pre-generated on Debian/Ubuntu and works out of the box.
|
||||||
|
# To use a different locale (e.g. sv_SE.UTF-8), add it to the runcmd
|
||||||
|
# section before the locale is applied:
|
||||||
|
# - locale-gen sv_SE.UTF-8
|
||||||
|
# Then change the locale line below to match.
|
||||||
locale: en_US.UTF-8
|
locale: en_US.UTF-8
|
||||||
timezone: Europe/Stockholm
|
timezone: Europe/Stockholm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user