MCProxy

Changes between Version 7 and Version 8 of walkthrough


Ignore:
Timestamp:
01/30/12 15:44:41 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • walkthrough

    v7 v8  
    3030}}}
    3131
    32 In the file gatabis is a line which start with "getall amd64 ..." add "variante" add the end of these line.
     32 * In the file gatabis is a line which start with "getall amd64 ..." add "variante" add the end of these line.
    3333{{{
    3434  --debian.master/etc/getabis
     
    3636}}}
    3737
    38 In the file amd64.mk is a line which start with "flavours ..." add "variante" add the end of these line.
     38 * In the file amd64.mk is a line which start with "flavours ..." add "variante" add the end of these line.
    3939{{{
    4040  --debian.master/rules.d/amd64.mk
    4141  flavours = generic server virtual ==> gflavours       = generic server virtual variante
    4242}}}
     43
     44 4. Apply the kernel Configuration.
     45{{{
     46  mv .config debian.master/config/amd64/config.flavour.variante
     47  rm -r include/config/
     48  chmod +x debian/scripts/*
     49  chmod +x debian/scripts/misc/*
     50  fakeroot debian/rules clean
     51  debian/rules updateconfigs
     52}}}
     53
     54 5. Compile the kernel.
     55{{{
     56  AUTOBUILD=1 NOEXTRAS=1 skipabi=true skipmodule=true fakeroot debian/rules binary-variante
     57}}}