Installation gentoo (chrooté)

mount /dev/hda8 /mnt/hda8
cd /mnt/hda8
wget ftp://cs.ubishops.ca/pub/gentoo/releases/x86/2006.0/stages/stage3-i686-2006.0.tar.bz2
wget ftp://cs.ubishops.ca/pub/gentoo/releases/x86/2006.0/stages/stage3-i686-2006.0.tar.bz2.DIGEST
md5sum -c stage3-i686-2006.0.tar.bz2.DIGEST

tar xjvpf stage3-i686-2006.0.tar.bz2
wget ftp://cs.ubishops.ca/pub/gentoo/snapshots/portage-latest.tar.bz2
wget ftp://cs.ubishops.ca/pub/gentoo/snapshots/portage-latest.tar.bz2.md5sum
md5sum -c portage-latest.tar.bz2.md5sum
tar xjvf portage-latest.tar.bz2 -C /mnt/hda8/usr

echo 'GENTOO_MIRRORS="ftp://cs.ubishops.ca/pub/gentoo" >> /mnt/hda8/etc/make.conf' 
cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
mount -t proc none /mnt/gentoo/proc
mount -o bind /mnt/gentoo/dev

chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1"

emerge --sync

ls -FGg /etc/make.profile

cp /usr/share/zoneinfo/Canada/Eastern /etc/localtime

USE="-doc symlink" emerge gentoo-sources