From 3c98f68fcffeb899458d23fa4e6a8c4723b4fa8d Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Fri, 15 May 2020 07:51:58 +1200 Subject: [PATCH] use a real locale in examples/autoinstall.yaml --- examples/autoinstall.yaml | 2 +- scripts/runtests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/autoinstall.yaml b/examples/autoinstall.yaml index 1e0a196e..c945dfb1 100644 --- a/examples/autoinstall.yaml +++ b/examples/autoinstall.yaml @@ -3,7 +3,7 @@ early-commands: - echo a - sleep 1 - echo a -locale: en_UK.UTF-8 +locale: en_GB.UTF-8 refresh-installer: update: yes channel: edge diff --git a/scripts/runtests.sh b/scripts/runtests.sh index ec7b8e09..920404fb 100755 --- a/scripts/runtests.sh +++ b/scripts/runtests.sh @@ -42,7 +42,7 @@ validate python3 scripts/check-yaml-fields.py .subiquity/subiquity-curtin-install.conf \ debconf_selections.subiquity='"eek"' python3 scripts/check-yaml-fields.py .subiquity/var/lib/cloud/seed/nocloud-net/user-data \ - locale='"en_UK.UTF-8"' + locale='"en_GB.UTF-8"' grep -q 'finish: subiquity/InstallProgress/install/postinstall/install_package1: SUCCESS: installing package1' \ .subiquity/subiquity-debug.log grep -q 'finish: subiquity/InstallProgress/install/postinstall/install_package2: SUCCESS: installing package2' \