On Mon, Apr 22, 2002 at 03:53:07PM -0400, Claus Graf wrote: > Hi Richard, > > I already have downloaded the 2.4.17 sources and I only want to download the 2.4.18 >again, if it really is worth it.
Did you never use the version patches to get newest kernel?? I would be a pretty poor man if I would download the whole tarbal every time I need an upgrade. wget ftp://ftp.kernel.org/pub/linux/kernel/v2.4/patch-2.4.18.bz2 cd linux-2.4.17 bzip2 -dc ../patch-2.4.18.bz2 | patch -p1 -s The README in the kernel topdir has some more information on that. Richard
