Re: Applying Patch to Kernel Source

2006-08-29 Thread David Baron
On Sunday 27 August 2006 21:10, Matej Cepl wrote: > Matej Cepl wrote: > > zcat patch.bz2 | patch -p1 > > sorry, this should be bzcat patch.bz2 ... > Neither this nor a CLEAN make-kpkg --added_patch will work because the patch itself is not compatable with 2.6.17. "Will not apply cleanly". -- To

Re: Applying Patch to Kernel Source

2006-08-27 Thread Matej Cepl
Matej Cepl wrote: > zcat patch.bz2 | patch -p1 sorry, this should be bzcat patch.bz2 ... Matěj -- GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED] 23 Marion St. #3, (617) 876-1259, ICQ 132822213 He uses statistics as a

Re: Applying Patch to Kernel Source

2006-08-27 Thread David Baron
On Sunday 27 August 2006 15:03, Matej Cepl wrote: > David Baron wrote: > > How does one do this correctly? > > I don't know how to do it correctly, but in unpacked kernel tree doing > > zcat patch.bz2 | patch -p1 > > would apply the patch. Then run make-kpkg without any --added-patches stuff > and

Re: Applying Patch to Kernel Source

2006-08-27 Thread Matej Cepl
David Baron wrote: > How does one do this correctly? I don't know how to do it correctly, but in unpacked kernel tree doing zcat patch.bz2 | patch -p1 would apply the patch. Then run make-kpkg without any --added-patches stuff and it should work. Matěj -- GPG Finger: 89EF 4BC6 288A BF43 1BAB

Applying Patch to Kernel Source

2006-08-27 Thread David Baron
I am using make-kpkg to build custom kernel. I want to apply the "openvz" patch. Placing the command line option --added_patches openvz shows this as a selected patch but with no indication of it having been "applied". How does one do this correctly? -- To UNSUBSCRIBE, email to [EMAIL PROTECT