KernelMaintenance

Differences between revisions 2 and 3
Revision 2 as of 2012-12-19 12:36:27
Size: 542
Editor: 80
Comment:
Revision 3 as of 2012-12-19 12:37:02
Size: 538
Editor: 80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
*Get Linus tree from git.kernel.org* Get Linus tree from git.kernel.org
Line 12: Line 12:
*Create release tree using linus tree as reference* Create release tree using linus tree as reference

Howto for maintaining the linux-lowlatency kernel.

The plan for maintaining kernels 12.04 and 12.10 is to do keep the source for them at github, and have apw at UTK pull from there.

Maintain multiple releases using Linus tree as reference

Get Linus tree from git.kernel.org

git clone --bare git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-linus.git

Create release tree using linus tree as reference

git clone --reference linux-linus.git <ubuntu-release-lowlatency git tree>

UbuntuStudio/KernelMaintenance (last edited 2013-07-29 12:43:45 by 212)