4pkのLinuxメモ

Linux(主にGentoo Linux)に関するメモを書き残すブログです。

Gentoo設定ファイルメモ

メモ用です

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=native -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="x86_64-pc-linux-gnu"
# These are the USE and USE_EXPAND flags that were used for
# buidling in addition to what is provided by the profile.
USE="introspection -qt5 vala -doc -text -bindist X alsa mmx sse sse2 cairo dbus png jpeg glib zlib splite ssl -kde libnotify$
#CPU_FLAGS_X86="mmx sse sse2"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
MAKEOPTS="-j5"
INPUT_DEVICES="evdev mouse keyboard"
VIDEO_CARDS="vesa intel nvidia"
LINGUAS="ja en"
RUBY_TARGETS="ruby23 ruby24 ruby25"
source /var/lib/layman/make.conf

 

fstab 

/dev/sda2 /boot ext2 noauto,noatime 0 2
/dev/sda3 none swap sw 0 0
/dev/sda4 / ext4 noatime 0 1
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0