Ethiopian Setup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* Update your OS image if it's older than 571 |
* Update your OS image if it's older than 571 |
||
* Edit <tt>/etc/rpm/macros.pilgrim</tt> and |
* Edit <tt>/etc/rpm/macros.pilgrim</tt> and add <tt>am_ET</tt> to the list of <tt>%_install_langs</tt> |
||
* Install the Amharic font locally: |
* Install the Amharic font locally: |
Revision as of 23:21, 12 September 2007
Development is being tracked here: http://www.codewiz.org/wiki/EthiopianLocale
- Update your OS image if it's older than 571
- Edit /etc/rpm/macros.pilgrim and add am_ET to the list of %_install_langs
- Install the Amharic font locally:
cd /home/olpc mkdir .fonts cd .fonts wget http://www.codewiz.org/pub/Abyssinica_SIL.ttf fc-cache
- Add the olpc-bernie yum repository:
cd /etc/yum.repos.d wget http://www.codewiz.org/pub/olpc-bernie/olpc-bernie.repo
- Install a few updates from olpc-bernie:
yum update glibc libX11 xkeyboard-config
- Set the LANG environment variable in /etc/sysconfig/i18n
LANG=am_ET.UTF-8