[quote:a082639b9d][i:a082639b9d]Originally posted by CARTMAN [/i:a082639b9d]
[b]
Save that I dont want to start a flame war here but when one installs Slackware and runs it He/She learns lots of things !
1- You will have to recompile your kernel . Slackware wont give you new precompiled kernels
2- You will have to configure basic networks/firewall etc
3- You will mostly compile your programs and that will teach you a lot about linux
<rant>
Now about Gentoo
Yes you get the system up running by hand but you just emerge foo then it compiles/installs you doont hack configure / Makefiles ( which I done several times on slackware ) . You dont use optional configurations for compilation ( which is mostly useful and needed ) . Other than that gentoo is cool.
[/quote:a082639b9d]
1) Same with Gentoo
. No problems there. All the Gentoo ebuild provides is a (heavily) patched kernel (but still works pretty damn quick)
2) Same with Gentoo
3) Well this is where Gentoo differs. You say correctly that you emerge them. I don't know what Slackware's package management system is like, but portage is just a quick and easy way to maintain applications.
Well technically you can hack configure / makefiles. You can use the "emerge -f foo" option which will fetch the package, then you can do what you want with it. For optional configurations, there are the USE settings. Set them up correctly and you will have only what you want compiled.
I might consider trying Slackware out to see how good it is though.