> > I think the main point to the discussion is new users. I, too, have never used > genkernel so don't know how viable the idea of using it in its current state > would be. Nor am I admonishing that it should be the "only way to go". > However, everything in Gentoo is configured, compiled and installed through > the single emerge command. It would make most sense to me to choose what > classes of drivers/functionality I wanted through USE flags and then do > post-installation configuration through /etc/modules.autoload*. Can anyone > say why the kernel is special and should be done differently? - other than if > it ain't broke don't fix it! Because the kernel is much more than that. Linux as a whole has never setup kernel building for new users, and probably never will. You actually need to know a lot about your hardware to build an optimized kernel for it. To put into basic perspective, if you want to have USE flags for kernel building, would you know to use something like: USE="pnp network pci radeon 16550 tulip ohci ps2 ipv4 ext3 idecd ata100 dma The list goes on and on. There are somethings as a user your going to just have to decide to learn how to do. If not you can always use the rh sources, and thier config to have a kernel that will boot almost anything. Using use flags as you suggested, still requires you to know a lot about your hardware, which wouldn't help you from using the current kernel configuration system, which is not gentoo specific. > > I'm with almost all other people in that it would not be a high priority for > some time to come. On the other hand, I'm against people who are putting > forward arguments that the kernel is somehow special. Almost every other > package is installed with extra cruft so that can't be used as an excuse. > Gentoo is about making things easier for everyone which means safe defaults > and easily accessible complete customisation, so Luke-Jr's idea at least > deserves consideration rather than instant dismissal. I don't think anyone has an argument with making things easier, but we shouldn't make things easier for new users to the detriment of making things more difficult for everyone else. There is a point where Gentoo just might be more advanced than a new user is skill wise, and accept that. trance