29 Mar
2003
29 Mar
'03
10:29
On Saturday 29 March 2003 6:19 am, Turd Ferguson wrote:
Is it possible to build a kernel off of an existing installation? Yep :o) Get the SuSE kernel sources, unpack them into /usr/src/NameOfKernel [substitute NameOfKernel of course ;o)]
then [as with any kernel] do: ln -s /usr/src/NameOfKernel /usr/src/linux Then you want to: cd /usr/src/linux Followed by a: make cloneconfig This is a SuSE specific extension that copies the configuration of the current kernel :o) Then you can: make menuconfig or: make config or: make xconfig whichever you want really :o) Hope this helps.