Lucas Brasilino wrote: > Extract kernel source: > cd /usr/src > tar jxvf /usr/src/redhat/SOURCES/linux-2.4.7.tar.bz2 > > Upgrade kernel: > cd linux > gzip -dc patch-2.4.18.gz | patch -p1 > (it's normal if some files has it's patch reject due it has *been* > patched)
You also need to apply all the other incremental patches between 2.4.7 and 2.4.18 in the correct order. And no, it is not normal to have rejects when patching the kernel tree. If you get any rejects then you have done something wrong. Regards Henrik _______________________________________________ Bridge mailing list [EMAIL PROTECTED] http://www.math.leidenuniv.nl/mailman/listinfo/bridge
