Add locale customization instructions to cloud-init template

This commit is contained in:
2026-04-19 18:09:30 +02:00
parent 9ebff2e037
commit 4893be4133
+5
View File
@@ -39,6 +39,11 @@ users:
# type: text
# ── 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
timezone: Europe/Stockholm