| Main Archive Page > Month Archives > gentoo-hardened archives |
Shinkan wrote:
>
>
> 2009/12/11 Ed W <lists@wildgooses.com <mailto:lists@wildgooses.com>>
>
>
> Just merge it onto the same vanilla kernel as the patch is for
> (expect at least a bit of pain if you deviate from the required
> vanilla kernel...). Watch the vserver list for news because
> several recent versions of the patch have proved unstable due to
> problems merging in the pax stuff - pax developers have been very
> helpful I believe though and last I heard a few weeks ago patch
> was solid
>
>
> Thanks for your directions.
> That's what I try to do, but as I don't get kernel ebuilds fully, I
> don't understand how I can tell ebuild to fetch and apply a patch from
> the file/ ebuild dir itself.
> I don't want the patch to be fetched from Internet.
>
So why not patch it yourself?
wget kernel
wget patch
patch -p0 < patch
Compile...
Ed