1、解压缩stage1文件,/etc/resolv.conf
2、安装portage
3、mount -t proc none /mnt/gentoo/proc,mount -o bind /dev /mnt/gentoo/dev
4、chroot /mnt/gentoo /bin/bash;env-update source /etc/profile;emerge --sync
5、设置/etc/make.conf,locales:/etc/locales.build
6、stage1至stage2:cd /usr/portage;scripts/bootstrap.sh -f;scripts/bootstrap.sh
7、stage2至stage3:emerge -e system
8、
/etc/fstab,/etc/conf.d/hostname,/etc/conf.d/domainname
rc-update add domainname default
9、
/etc/conf.d/net
config_eth0=("10.13.88.88 netmask 255.255.0.0"
routes_eth0=("default gw 10.13.254.254"
rc-update add net.eth0 default
10、设置时区,/etc/rc.conf,/etc/conf.d/clock,emerge reiserfsprogs
11、passwd root,grub
12、reboot