Click to See Complete Forum and Search --> : compiling a kernel


gwpritch
03-16-2002, 11:46 PM
Can a kernel be compiled on one system then installed via network on another with a similar (though not identical hardware configuration?

Whipping Boy
03-17-2002, 03:42 AM
Yeah...just be sure it's configured according to the hardware configuration of the TARGET machine and not the one it's being compiled on.

Strike
03-17-2002, 04:54 AM
You will also have to move the compiled modules over as well.

mdwatts
03-17-2002, 08:35 AM
You will need to copy over the new kernel (bzImage) and also the modules in /lib/modules/<new kernel> unless you built everything into the kernel (monolithic) and then you would just need the new kernel.

gwpritch
03-17-2002, 10:41 AM
thanks all