3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-11 03:11:11 +00:00
Michael Vogt 648dc764a3 * live-build/ubuntu-core/hooks/14-set-motd.chroot:
- set snappy specific motd
* live-build/ubuntu-core/hooks/13-set-locale.chroot:
  - set default locale to C.UTF-8
2014-11-28 21:36:07 +01:00

8 lines
68 B
Bash

#!/bin/sh
set -e
cat >/etc/default/locale<<EOF
LANG="C.UTF-8"
EOF