Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajaybhatia/kernelcompile

Script for compiling Ubuntu/Debian Vanilla Kernel.
https://github.com/ajaybhatia/kernelcompile

Last synced: about 1 month ago
JSON representation

Script for compiling Ubuntu/Debian Vanilla Kernel.

Awesome Lists containing this project

README

        

Compiling latest vanilla kernel with a python script

it can be used with the stable version or the release candidate one

http://mapopa.blogspot.com/2009/01/compiling-2.html

And here is howto use it on ubuntu/debian for building a RC version and then install it

http://mapopa.blogspot.com/2009/01/building-kernel-2.html

Usually the script will do all the work for you , here is the example for mainline

sudo python kernel-compile.py --type mainline

or for stable default

sudo python kernel-compile.py

License is GPL3 as usual
http://www.gnu.org/licenses/gpl-3.0.html