[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mainline kernel source curiosity



On Mon, Sep 20, 2010 at 12:25 PM, Curt Howland <Howland@priss.com> wrote:
> Hi. Up to date Squeeze, compiling the latest 2.6.36-rc4 kernel.
>
> Last time the problem was compiling the kernel at all, which is
> working just fine now thank you Debian-User.
>
> fakeroot make-kpkg --append-to-version -curt1.0 --initrd kernel_image
>

My guess is you need to build the header at least, and perhaps the
source. It depends on how you're building the modules I suppose. In
any case, you'll have to run either
fakeroot make-kpkg --append-to-version -curt1.0 kernel_headers
fakeroot make-kpkg --append-to-version -curt1.0 kernel_image

And install the debs. Alternatively, build both just to be safe
fakeroot make-kpkg --append-to-version -curt1.0 kernel_headers kernel_image


Reply to: