From d0de4b6dbdc850d5ad2707a003e5c3b873ba0448 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Wed, 20 Jun 2012 14:04:48 +0000 Subject: Set default locale to es_PE, since it is being targeted firstly to Peru --- 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 -- cgit v0.9.1