different ways to compile a new kernel under ubuntu?
Robert P. J. Day
rpjday at crashcourse.ca
Thu Jun 17 08:19:02 UTC 2010
following up on a few posts i made once upon a time, i once
documented how to build a new kernel on ubuntu the hard way --
manually running update-initramfs and update-grub and so on.
someone quickly pointed out that there's a better way described
here:
https://help.ubuntu.com/community/Kernel/Compile
which creates an installable package, which is clearly a more
convenient way to do it.
but i just noticed that the current git checkout of the kernel
source tree does in fact support:
$ make deb-pkg
which would seem to be the most convenient form of all. i'm just
looking into the makefiles and scripts that implement that target and,
at first glance, it seems like it's equivalent to the packaging
instructions.
can anyone verify that?
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Top-notch, inexpensive online Linux/OSS/kernel courses
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the ubuntu-users
mailing list