Collins Richey wrote:
> This is probably documented somewhere, but I've lost the info..  Are
> linux kernel patches like 2.4..15-pre1-9 cumulative patches, or do you
> have to merge pre1 then pre2 ... highest into the 2.4.14 sources?

I believe the patches must be applied in order from lowest to highest.

>From linux/README:
- You can also upgrade between 2.4.xx releases by patching.  Patches
  are distributed in the traditional gzip and the new bzip2 format.  To
  install by patching, get all the newer patch files, enter the
  directory in which you unpacked the kernel source and execute:

                gzip -cd patchXX.gz | patch -p0

  or

                bzip2 -dc patchXX.bz2 | patch -p0

  (repeat xx for all versions bigger than the version of your current
  source tree, _in_order_) and you should be ok.

Kurt
-- 
You get along very well with everyone except animals and people.
_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to