Re: correct procedure for make-kpkg

1998-08-25 Thread the lone gunman
On Tue, Aug 25, 1998 at 02:17:50AM -0500, Manoj Srivastava wrote: > Hi, > >>"the" == the lone gunman <[EMAIL PROTECTED]> writes: > > the> What is the correct procedure for building a home-grown custom kernel > the> with make-kpkg? What are the steps from installing the kernal source > the> pac

Re: correct procedure for make-kpkg

1998-08-25 Thread Manoj Srivastava
Hi, >>"the" == the lone gunman <[EMAIL PROTECTED]> writes: the> What is the correct procedure for building a home-grown custom kernel the> with make-kpkg? What are the steps from installing the kernal source the> package to installing the new, roll-your-own kernel? Please read /usr/do

Re: correct procedure for make-kpkg

1998-08-24 Thread Pann McCuaig
On Mon, Aug 24, 1998 at 02:08:50PM -0500, the lone gunman wrote: > > What is the correct procedure for building a home-grown custom kernel > with make-kpkg? What are the steps from installing the kernal source > package to installing the new, roll-your-own kernel? Actually, this is covered in th

Re: correct procedure for make-kpkg

1998-08-24 Thread Shaleh
1) get source 2) untar/gzip to /usr/src/kernel-source- 3) ln -s kernel-source- linux 4) cd to linux 5) make menuconfig or make config or make xconfig 6) make-kpkg binary --revision= 7) cd .. 8) dpkg -i the lone gunman wrote: > > What is the correct procedure for building a home-grown custom kern

correct procedure for make-kpkg

1998-08-24 Thread the lone gunman
What is the correct procedure for building a home-grown custom kernel with make-kpkg? What are the steps from installing the kernal source package to installing the new, roll-your-own kernel? Thanks!