Changes between Version 1 and Version 2 of walkthrough
- Timestamp:
- 01/30/12 15:26:27 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
walkthrough
v1 v2 1 1 = Kernel Compilation Walkthrough = 2 3 This script is an example how to kompile the Linux kernel 3.0.0-13. 4 5 1. Add first we have to download a linux-image 6 {{{ 7 versn="3.0.0" 8 vers="13" 9 ktype="variante" 10 apt-get source linux-image-$versn-$vers-$ktype 11 }}}