MCProxy

Changes between Version 30 and Version 31 of walkthrough


Ignore:
Timestamp:
01/30/12 17:07:25 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • walkthrough

    v30 v31  
    11= Kernel Compilation Walkthrough =
    22
    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.
     3This 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.
    44
    55 0. You need the following  tools.
     
    77  apt-get install fakeroot build-essential kernel-package libncurses5-dev
    88}}}
    9  1. At first you have to download a linux-image.
     9 1. At first you have to download  the Kernel source code.
    1010{{{
    1111  versn="3.0.0"
     
    4141}}}
    4242
    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.
    4444{{{
    4545  --debian.master/etc/getabis
     
    4848}}}
    4949
    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.
    5151{{{
    5252  --debian.master/rules.d/amd64.mk
     
    5555}}}
    5656
    57  4. Apply the kernel Configuration.
     57 4. Apply the Kernel configuration.
    5858{{{
    5959  mv .config debian.master/config/amd64/config.flavour.variante
     
    6565}}}
    6666
    67  5. Compile the kernel.
     67 5. Compile the Linux-Kernel.
    6868{{{
    6969  AUTOBUILD=1 NOEXTRAS=1 skipabi=true skipmodule=true fakeroot debian/rules binary-variante