Ceci est une ancienne révision du document !
Pour un disque de 1To:
/dev/sda1 : 50Mo /boot /dev/sda2 : 8Go swap /dev/sda3 : 1Go / /dev/sda4 : 990Go LVM
Avec LVM (http://www.gentoo.org/doc/fr/lvm2.xml):
/home : 890Go /usr : 20Go /var : 50Go /tmp : 5Go /opt : 20Go
Config kernel:
Device Drivers  --->
  Input device support  --->
    -*- Generic input layer (needed for keyboard, mouse, ...)
    [*]   Mice  --->
       <*>   PS/2 mouse
       [*]     Elantech PS/2 protocol extension
Désactivation du touchpad au branchement d'une souris USB
/etc/udev/rules.d/01-touchpad.rules:
ACTION=="add", ATTRS{bInterfaceClass}=="03", ATTRS{bInterfaceSubClass}=="01", ATTRS{bInterfaceProtocol}=="02", ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/username/.Xauthority", ENV{REMOVE_CMD}="/usr/bin/synclient TouchpadOff=0", RUN+="/usr/bin/synclient TouchpadOff=1"
$ lspci -k 03:00.0 Network controller: Atheros Communications Inc. AR9462 Wireless Network Adapter (rev 01) Subsystem: Foxconn International, Inc. Device e052
Config kernel :
Device Drivers  --->
  [*] Network device support  --->
     [*]   Wireless LAN  --->
        <M>   Atheros Wireless Cards  --->
           <M>   Atheros 802.11n wireless cards support
           [*]     Atheros ath9k PCI/PCIe bus support
Chargement du module (/etc/conf.d/modules) :
# Wifi modules="ath9k"