Krzys Majewski wrote:
> 
> There  is an official  debian way  to recompile  kernels, but  I don't
> bother..  download the  kernel  source from  debian.org or  kernel.org

Use the 'kernel-source' packages and you will get extra features and
bugfixes patched in by Debian which are not in stock Linux.  For example
'kernel-source-2.2.18pre21'.  When installed the archive gets put into
'/usr/src/'.  You must 'bunzip2' it and 'tar xvf' it before you can
finally cd to the Linux source tree.

At that point you can do the 'make' commands you listed.

Or you can try the 'kernel-package' package which has some nice
features.  It does the build commands for you plus it builds a nice .deb
package in '/usr/src' containing your kernel, any modules compiled for
your kernel, and installation scripts.

But if you do use 'kernel-package' be sure to 'zless
/usr/doc/kernel-package/README.gz' and search on 'Brave' for
instructions.  Ignore the 'kernel-package' man pages which are useless
for beginners.

Shawn Yarbrough
[EMAIL PROTECTED]



Krzys Majewski wrote:
> 
> There  is an official  debian way  to recompile  kernels, but  I don't
> bother..  download the  kernel  source from  debian.org or  kernel.org
> (avoid  minor versions which  are not  divisible by  2, like  2.1.* or
> 2.3.*) read the README in /usr/src/linux, and you're go. Basically
> 
> make menuconfig
> make dep
> make clean
> make bzImage
> make modules
> make modules_install
> # run lilo
> # reboot
> 
> -chris
> 
> "Mike Egglestone" <[EMAIL PROTECTED]> writes:
> 
> > Hi all...
> >
> > I'm having a tough time finding info on how to
> > edit the kernel so I can add "transparent_proxy" support.
> > Isn't there some utility to do this?
> > I'm running potato....
> > If someone could help me out.. that would be great!!
> >
> > Thanks
> > Mike
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to