Modification : vm_{host,hosted,remote} -> {host,local,remote}/ .
[lhc/ateliers.git] / local / locales-configure
diff --git a/local/locales-configure b/local/locales-configure
new file mode 100755 (executable)
index 0000000..0009be1
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh -eu
+tool=$(readlink -e "${0%/*}/..")
+. "$tool"/local/lib.sh
+
+sudo debconf-set-selections <<-EOF
+       locales locales/default_environment_locale      select  None
+       locales locales/locales_to_be_generated multiselect     fr_FR.UTF-8 UTF-8
+       EOF
+"$tool"/local/dpkg-reconfigure locales