Originally posted by: nweaver
stage 3 gentoo is for n00bs and old ladies....
stage one on PPro w/64 MB ram.....and I want Gnome AND KDE please. Call me next year when you are finished
I stage one/two almost every build. I have never actually tried a stage 3.
Heh, stage one/two is for n00bs
Seriously, I used to do stage 1 all the time, then I found a way to do it faster and even better.
1. Do a stage 3 install.
2. Emerge all the programs you want.
3. Edit make.conf with all your CFLAGS etc (-march=whatev -02 -pipe -fomit-frame-pointer is plenty. 03 breaks things and causes larger binaries with +2 to -1% speed differences, -ffast-math breaks a lot of things...)
4. Re-emerge gcc, glibc.
5. Reboot.
6. emerge -ea world
7. Leave computer on until it's done... use as per usual.
8. cd /usr/src/linux && make clean && make modules_install
9. Reboot to new kernel. Done.
The benefits of this over a stage 1 install are:
1. System is usable much more quickly.
2. gcc is compiled by the same version of gcc, and then all other programs are compiled with the new version.
Cons:
none.