Changes between Version 7 and Version 8 of walkthrough
- Timestamp:
- 01/30/12 15:44:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
walkthrough
v7 v8 30 30 }}} 31 31 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. 33 33 {{{ 34 34 --debian.master/etc/getabis … … 36 36 }}} 37 37 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. 39 39 {{{ 40 40 --debian.master/rules.d/amd64.mk 41 41 flavours = generic server virtual ==> gflavours = generic server virtual variante 42 42 }}} 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 }}}