copy set locale hook from core to desktop-next

This commit is contained in:
Sebastien Bacher 2015-06-26 10:40:50 +02:00
parent 85f5f73a19
commit 6170d6a92b
2 changed files with 13 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.319) UNRELEASED; urgency=medium
* copy set locale hook from core to desktop-next
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 26 Jun 2015 10:40:25 +0200
livecd-rootfs (2.318) wily; urgency=medium
* merge lp:~sergiusens/livecd-rootfs/no-walinuxagent to remove all the

View File

@ -0,0 +1,7 @@
#!/bin/sh
set -e
cat >/etc/default/locale<<EOF
LANG="C.UTF-8"
EOF