Auf bash.org hat jemand namens @insomnia den Anfang einer Kurzanleitung zur Gentoo-Installation gegeben.
< @insomnia> it only takes three commands to install Gentoo
< @insomnia> cfdisk /dev/hda && mkfs.xfs /dev/hda1 && mount /dev/hda1 /mnt/gentoo/ && chroot /mnt/gentoo/ && env-update && . /etc/profile && emerge sync && cd /usr/portage && scripts/bootsrap.sh && emerge system && emerge vim && vi /etc/fstab && emerge gentoo-dev-sources && cd /usr/src/linux && make menuconfig && make install modules_install && emerge gnome mozilla-firefox openoffice && emerge grub && cp /boot/grub/grub.conf.sample /boot/grub/grub.conf && vi /boot/grub/grub.conf && grub && init 6
< @insomnia> that’s the first one
Für nicht-Kenner des Metiers: Gentoo ist eine Linux-Distribution, die aber nicht wie die meisten anderen einfach durch ein Installationsprogramm eingerichtet wird. Um Gentoo zu installieren booted man von einem anderen Medium und führt dann ‚von Hand‘ eine Reihe von Schritten durch. Dies sind die Schritte bis zum ersten Reboot.
Mich würden die beiden anderen Kommandos interessieren… 


