Can this step be sped up using the -j# option, such as this for a 6-core
CPU?
> INSTALL_MOD_STRIP=1 make -j6 deb-pkg (this can take a few hours)
Best regards,
Rick C. Hodgin
On 05/29/2012 07:13 PM, Rick C. Hodgin wrote:
Great information! Thanks.
Best regards,
Rick C. Hodgin
On 05/29/2012 01:43 PM, tralfamadorianora...@member.fsf.org wrote:
You can also build the kernel from source. Here's my usual procedure.
If you don't have the build requirements:
sudo apt-get install build-essential ncurses5
wget
http://www.linux-libre.fsfla.org/pub/linux-libre/releases/LATEST-3.4.N/linux-libre-3.4-gnu.tar.xz
tar xf linux-libre-3.4-gnu.tar.xz
cd linux-3.4
make menuconfig (to edit and save the kernel .config file)
INSTALL_MOD_STRIP=1 make deb-pkg (this can take a few hours)
cd ..
sudo dpkg -i linux-*.deb