Difference between revisions of "Compile Ubuntu kernel"
From wikidb
(→For FitPC2) |
(→Get Source) |
||
Line 27: | Line 27: | ||
cd scr/ | cd scr/ | ||
tar xjvf /usr/src/linux-source-2.6.32.tar.bz2 | tar xjvf /usr/src/linux-source-2.6.32.tar.bz2 | ||
+ | cd linux-source-2.6.32/ |
Revision as of 10:24, 2 January 2014
For FitPC2
Compile Kernel Used the Alternate Build Method: The Old-Fashioned Debian Way
Versions
Check version Update to 12.04 wouldn't boot
date Mon Dec 30 15:27:20 PST 2013
lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 10.04.4 LTS Release: 10.04 Codename: lucid
cat /proc/version Linux version 2.6.32-41-generic (buildd@vernadsky) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ) #89-Ubuntu SMP Fri Apr 27 22:22:09 UTC 2012
Get Source
sudo apt-get install linux-source cd mkdir scr cd scr/ tar xjvf /usr/src/linux-source-2.6.32.tar.bz2 cd linux-source-2.6.32/