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]