--- rc.sysinit.orig 2008-05-16 14:04:31.000000000 +0200 +++ rc.sysinit 2008-05-16 14:06:44.000000000 +0200 @@ -377,15 +377,6 @@ status "Updating Module Dependencies" /sbin/depmod -A -# Flush old locale settings -: >/etc/profile.d/locale.sh -/bin/chmod 755 /etc/profile.d/locale.sh -# Set user defined locale -[ -z "$LOCALE" ] && LOCALE="en_US" -stat_busy "Setting Locale: $LOCALE" -echo "export LANG=$LOCALE" >>/etc/profile.d/locale.sh -stat_done - if echo "$LOCALE" | /bin/grep -qi utf ; then stat_busy "Setting Consoles to UTF-8 mode" # UTF-8 consoles are default since 2.6.24 kernel