This website works better with JavaScript.
Explore
Help
Sign In
Lubuntu
/
livecd-rootfs
mirror of
https://git.launchpad.net/livecd-rootfs
Watch
3
Star
0
Fork
You've already forked livecd-rootfs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
37f5f8881f
livecd-rootfs
/
live-build
/
ubuntu-core
/
hooks
/
13-set-locale.chroot
8 lines
68 B
Raw
Blame
History
#!/bin/sh
set
-e
cat >/etc/default/locale
<<EOF
LANG="C.UTF-8"
EOF
Reference in new issue
View Git Blame
Copy Permalink