recipe for building my own kernel for 10.04?

Robert P. J. Day rpjday at crashcourse.ca
Mon May 10 19:43:07 UTC 2010


On Mon, 10 May 2010, Mark Syms wrote:

> Your best bet might be to start from the following
>
> apt-get source linux
>
> this will pull the source used to build the Ubuntu base kernel. To build
> the package you run
>
> debian/rules binary
>
> from inside the source directory created by the apt-get command. Once it
> builds, tweak the config and rebuild.

  but i specifically *don't* want to build from a fixed package.  i
want to use an up-to-date clone of some git repo as a basis so i can
keep pulling on a regular basis to pick up new developments (and i
*want* the git history that comes with that).

  ideally, i'd prefer to use the main linus repository, of which i
have a clone.  as plan b, as i mentioned, it would be a
ubuntu-specific git repo, so that i can *still* keep up, and even pull
from other repos.  using a fixed package gives me no freedom to update
the source like that.

  i'm not saying that the result needs to be perfect.  it just needs
to be bootable, and i can hack it from there.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================




More information about the ubuntu-users mailing list