mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 12:47:30 +00:00
8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cat >/etc/default/locale<<EOF
|
||
|
LANG="C.UTF-8"
|
||
|
EOF
|