On Sat, May 11, 2013 at 08:39:02PM -0400, Nick Khamis wrote > Hello Everyone, > > Saw examples for genkern, but we build our own kernels. After copying the > files over we like to run make and make modules_install on the new machine.
Since the new machine will probably have a newer kernel, I suggest 1) copy /usr/src/linux/.config from the working machine to the new machine 2) run "make oldconfig" 3) then run male and make modules_install "make oldconfig" will give you a chance to set values for options in the newer kernel that don't exist in the older kernel. -- Walter Dnes <waltd...@waltdnes.org> I don't run "desktop environments"; I run useful applications