== archbang ==
http://www.archbang.org
-- locale
- rc.conf
LOCALE="ko_KR.utf8"
- /etc/locale.gen
ko_KR.UTF-8 UTF-8
ko_KR.EUC-KR EUC-KR
-- update
pacman -R aufs2
pacman -R wicd (or pacman -Rf wicd )
pacman -Syu
-- font
cp *.ttf /usr/share/font/TTF (or *.ttf ~home/.font )
-- ime
pacman -S ibus-hangul
- autostart.sh
ibus-daemon &
- bash_profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
- bashrc
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
-- dhcpcd not bootup
- /etc/rc.local
dhcpcd eth0