Gentoo Install Checklist
If you want to install Gentoo you should read the Gentoo Handbook. However, if you (like myself) have already installed Gentoo for a couple (thousand) times, you know more or less everything that has to be done, but just need a list of things not to forget. So here it is:
fdisk# create the partitions you wantmkfs# create the root filesystemmount $ROOT /mnt/gentoocd /mnt/gentoowget -O- ftp://mirror.switch.ch/mirror/gentoo/releases/x86/autobuilds/current-stage3-i686/stage3-i686-*.tar.bz2 | tar xjcd usrwget -O- ftp://mirror.switch.ch/mirror/gentoo/snapshots/portage-latest.tar.bz2 | tar xjcd /mnt/gentoomount -t proc proc procmount --bind /dev devcp -L /etc/resolv.conf etc/chroot . /bin/bashenv-update; source /etc/profileemerge --synceselect profile set default/linux/x86vim /etc/portage/make.conf# setup USE, CFLAGS, CXXFLAGS, MAKEOPTSvim /etc/locale.gen# setup localeslocale-genemerge gentoo-sources# configure, build and install the kernelvim /etc/fstab# setup the partitions, don’t forget root, swapvim /etc/conf.d/hostname# setup hostnamevim /etc/hosts# add the hostname to localhost linepasswdvim /etc/timezone; emerge --config timezone-data# setup timezoneemerge syslog-ng vixie-cron mlocaterc-update add syslog-ng defaultrc-update add vixie-cron defaultemerge reiserfsprogs xfsprogs jfsutils e2fsprogs# or whatever set of FS you haveemerge dhcpcdemerge grubgrub2-mkconfig > /boot/grub/grub.conf# configure Grubgrep -v rootfs /proc/mounts > /etc/mtabgrub2-install
Now reboot and smell the ashes!