Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-06-20 14:04:48 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-06-20 14:04:48 (GMT)
commitd0de4b6dbdc850d5ad2707a003e5c3b873ba0448 (patch)
tree6612b925b97b1446a3da06103620f02f09ed1fe7
parent8b168f6445ebfd567d23159447465f6dfbebd2c0 (diff)
Set default locale to es_PE, since it is being targeted firstly to Peru
-rw-r--r--oob/post.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/oob/post.sh b/oob/post.sh
index b824eda..33ec8fa 100644
--- a/oob/post.sh
+++ b/oob/post.sh
@@ -62,5 +62,10 @@ cat > home/olpc/.xsession << EOF
exec sweets-sugar
EOF
+cat > home/olpc/.i18n << EOF
+LANG="es_PE.utf8"
+LANGUAGE="es_PE.utf8"
+EOF
+
creds=$(ls -aldn home/olpc | awk '{print $3 ":" $4}')
chown ${creds} -R home/olpc