Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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