copy set locale hook from core to desktop-next

ubuntu/yakkety
Sebastien Bacher 10 years ago
parent 85f5f73a19
commit 6170d6a92b

6
debian/changelog vendored

@ -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

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