|
楼主 |
发表于 2011-9-2 08:58:28
|
显示全部楼层
Post by zhou3345;2149644
贴配置:
cat /etc/make.conf
locale make.conf:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j2"
FEATURES="parallel-fetch splitdebug"
CCACHE_DIR="/var/ccache"
CCACHE_SIZE="10G"
ACCEPT_LICENSE="*"
LINGUAS="zh_CN zh en_US zh_TW"
ACCEPT_KEYWORDS="~amd64"
GENTOO_MIRRORS="http://gentoo.localhost.net.ar/"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="-gtk -gnome png policykit apm lm-sensors nforce2 nls pmu consolekit truetype gtk vim-syntax embedded dbus -pango static-libs semantic-desktop apng extras qt4 mng declarative opengl cjk ogg vorbis cairo sql svg webkit udev qt3support kde dvd alsa cdr accessibility dbus device-mapper acpi policykit X"
INPUT_DEVICES="keyboard mouse synaptics evdev"
VIDEO_CARDS="intel"
ALSA_CARDS="snd-hda-intel"
EMERGE_DEFAULT_OPTS="--autounmask=n"
locale:
LANG=
LC_CTYOE="OSIX"
中间的属性都跟上面第二个一样
LC_ALL=
添加02locale文件后,locale会变成zh_CN,但是相应的问题是无法进入系统。 |
|