From 6850e72cd3151940eff66191cf2ba85fc809caca Mon Sep 17 00:00:00 2001
From: Bernardo Innocenti <bernie@codewiz.org>
Date: Wed, 3 Oct 2007 17:53:35 -0400
Subject: [PATCH] Add Ethiopian support
Organization: One Laptop Per Child

---
 streams.d/olpc-development.stream |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/streams.d/olpc-development.stream b/streams.d/olpc-development.stream
index efb0456..fbffbaf 100755
--- a/streams.d/olpc-development.stream
+++ b/streams.d/olpc-development.stream
@@ -1581,6 +1581,12 @@ if [ "\$(grep -i geode /proc/cpuinfo | wc -l)" != "0" ] ; then
                 XKB_LAYOUT="es"
                 XKB_VARIANT="olpc"
                 SYS_LANG="es_AR.UTF-8"
+            elif [ "x\$KB_CODE" = "xet" ] ; then
+                XKB_LAYOUT="us,et"
+                XKB_VARIANT="olpc2,basic"
+		# Not yet: using am_ET requires a glibc update
+                #SYS_LANG="am_ET.UTF-8"
+                SYS_LANG="en_US.UTF-8"
             elif [ "x\$KB_CODE" = "xpt_BR" ] ; then
                 XKB_LAYOUT="br"
                 XKB_VARIANT="olpc"
-- 
1.5.2.2

