Difference between revisions of "How to (re)build a Linux Kernel"

From Freephile Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
[http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html This HOWTO describes how to build a Linux kernel], and it is what I used to learn how.  I am thankful that the author lists how to figure out the current installed requirements.  So many 'howto' articles fail in this regard.  They say you need "XYZ version x.x or greater", but don't even tell you how you might determine if you have XYZ, much less the version.  This author is not explicit, but if you've decided to learn about re-building a Linux kernel, you can probably recognize that the commented commands in the requirements table are the commands to probe your local system.  Using the synaptic package manager, I was able to find packages for any missing utilities, and install them.
 
[http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html This HOWTO describes how to build a Linux kernel], and it is what I used to learn how.  I am thankful that the author lists how to figure out the current installed requirements.  So many 'howto' articles fail in this regard.  They say you need "XYZ version x.x or greater", but don't even tell you how you might determine if you have XYZ, much less the version.  This author is not explicit, but if you've decided to learn about re-building a Linux kernel, you can probably recognize that the commented commands in the requirements table are the commands to probe your local system.  Using the synaptic package manager, I was able to find packages for any missing utilities, and install them.
 +
 +
I ended up installing the '''jfsutils''', and also the '''reiserfsprogs''' packages.

Revision as of 11:48, 22 January 2005

This HOWTO describes how to build a Linux kernel, and it is what I used to learn how. I am thankful that the author lists how to figure out the current installed requirements. So many 'howto' articles fail in this regard. They say you need "XYZ version x.x or greater", but don't even tell you how you might determine if you have XYZ, much less the version. This author is not explicit, but if you've decided to learn about re-building a Linux kernel, you can probably recognize that the commented commands in the requirements table are the commands to probe your local system. Using the synaptic package manager, I was able to find packages for any missing utilities, and install them.

I ended up installing the jfsutils, and also the reiserfsprogs packages.