1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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="-O2 -march=i686 -pipe"
# 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="-j3"
 
USE="X acpi -aim alsa bash-completion bluetooth cjk consolekit crypt -cups dbus dri embedded ffmpeg firefox flac gif gimp -gnome -gnome-keyring -gpm -gps gnutls gzip gtk hal hardened -icq ipod -ipv6 jabber jpeg kontact kde lm_sensors lua mp3 mplayer mng msn mysql ncurses networkmanager opengl plasma png -qt3 qt3support qt4 -rdesktop readline -scanner semantic-desktop smp -spell sql ssl svg syslog unicode vim-syntax webkit wifi win32codecs -yahoo"
 
ACCEPT_KEYWORDS="~x86"
#安装某些软件时需要同意其License,否则安装会被Mask
ACCEPT_LICENSE="*"
 
INPUT_DEVICES="evdev"
#指定显卡驱动,避免不必要的驱动在emerge xorg-server时被编译进去
VIDEO_CARDS="intel"
 
#镜像
GENTOO_MIRRORS="http://mirrors.163.com/gentoo"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"