mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
copy set locale hook from core to desktop-next
This commit is contained in:
parent
85f5f73a19
commit
6170d6a92b
6
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user