Changes between Version 30 and Version 31 of walkthrough
- Timestamp:
- 01/30/12 17:07:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
walkthrough
v30 v31 1 1 = Kernel Compilation Walkthrough = 2 2 3 This script is an example how to kompile the Linux kernel 3.0.0-13. This side intended as an idea, because i can't describe all Linux versions you working with dependent on you want to compile.3 This script is an example how to kompile the Linux kernel 3.0.0-13. This side intended to give you an idea on how to compile the Kernel under Ubuntu Linux. We cannot describe this for all Linux versions you may be working with. 4 4 5 5 0. You need the following tools. … … 7 7 apt-get install fakeroot build-essential kernel-package libncurses5-dev 8 8 }}} 9 1. At first you have to download a linux-image.9 1. At first you have to download the Kernel source code. 10 10 {{{ 11 11 versn="3.0.0" … … 41 41 }}} 42 42 43 * In the file gatabis is a line which start with "getall amd64 ...". Add "variante" at the end of the line.43 * In the file gatabis is a line which starts with "getall amd64 ...". Add "variante" at the end of the line. 44 44 {{{ 45 45 --debian.master/etc/getabis … … 48 48 }}} 49 49 50 * In the file amd64.mk is a line which start with "flavours ...". Add "variante" at the end of the line.50 * In the file amd64.mk is a line which starts with "flavours ...". Add "variante" at the end of the line. 51 51 {{{ 52 52 --debian.master/rules.d/amd64.mk … … 55 55 }}} 56 56 57 4. Apply the kernel Configuration.57 4. Apply the Kernel configuration. 58 58 {{{ 59 59 mv .config debian.master/config/amd64/config.flavour.variante … … 65 65 }}} 66 66 67 5. Compile the kernel.67 5. Compile the Linux-Kernel. 68 68 {{{ 69 69 AUTOBUILD=1 NOEXTRAS=1 skipabi=true skipmodule=true fakeroot debian/rules binary-variante