SRCDS Steam group


building and installing a kernel on different linux flavors
#1
In my kernel howto (http://wiki.fragaholics.de/index.php/EN:Linux_Kernel_Optimization) some guys changed several times the way of building and installing the kernel for different systems. I am now wondering if this is really necessary. I know only a few Linux flavors, but I know much about Linux in general. In principle I cannot really imagine that there is any need for any special treatment of different linux flavors during build and installation of the kernel.
I think, the "standard way" of installing a kernel:
Code:
make bzImage modules modules_install install
should work on all linux flavors. I know it to work on gentoo, debian and suse (+derivatives). And it should also work for redhat, fedora, centos, ..., simply because the kernel sources (and thus the makefile) is being downloaded from kernel.org and does not depend somehow on the linux flavor. Also the tools (gcc, gmake etc.) are the same (ok, versions might differ, but that's not a problem) on all flavors.

Am I wrong? If so, what are the problems?

It would really be much easier, if I could eliminate all linux flavor specific parts of the howto. I simply cannot distinguish, if those things are really flavor specific, or just some other possibility to achieve the same thing (and only accidentally worked better in the single case of the guy who changed the howto).

Don't get me wrong: I appreciate all help in the wiki. I think it is a good thing if people share their knowledge, so I explicitly want to allow everyone to contribute to the wiki. So this is definitively not a request to contribute less ;-)
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#2
compile without modules :-D
Reply
#3
?
I think we have to separate building the kernel and building an initial ram disk... which is btw not required if you use modules. you only need to have all stuff required for boot compiled into the kernel...

no what I meant was the building part itself, for the time being. that should be equal on all flavors, right?
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)