Category Archives: Version Control

Upgrading to linux-2.6.27-rc2

git makes it incredibly easy to upgrade my kernel to the latest (but not necessarily greatest). I’ve decided that I’ll stick to tagged releases instead of the latest git pull.
I’ll skip the prologue and just show the commands.
Download the latest commits.
linux-git %   git pull  (Note:  Make sure you are in the master branch [...]