Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - f2f

Pages: [1]
1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

I recommend you to compile it the Debian way:
Code: [Select]
make -jX deb-pkgInstead of "X" put your processor's cores numbers plus one, so if you have 2 cores:
Code: [Select]
make -j3 deb-pkgAt this point you will your .deb packages on the folder on top of your current, so if you want to install all the packages:
Code: [Select]
dpkg -i ../*.deb # don't use it, CHECK ALL THE PACKAGES YOU INSTALLIn this way all the aspects about the kernel images will be managed by the system's packet manager, so you can install / install it really safely, without touching your config files.
You can also compile the kernel the old fashioned way:
Code: [Select]
make -jX && make modules_installAnd then proceed with the manual installation, but if you are new to the kernel world, I really don't suggest you to do it, stick it with Debian!

Best luck,
f2f
>:B
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBCgAGBQJVSUIBAAoJEJGg1mhTFl4p5XYH/1JWvFI9qP7eQaDW4EiDvzao
h2uNsvUxN0zRjkbZChnbak1WtgHZSJgDeDV8wbEMlayFi9HlhLm0EoaVjHe/OVnA
prgloUmbFb4cisnpzrh21Fw/9iKoXcqWifBfqnCmItzFP+g5yAIPf+nDOEG2fNPa
jUGc6WWbopJoPxNGgKmnNN2ZHOIDRH8nvt6ePphXIcRxuOAp77f1DeqqdaASWaEQ
miIWvQxneeUcsskQtlSTfPI5qA7ymHP3yfUTz7fy7FZ2rPeC7esLAiM/gyimTvym
YOpS/nDAurmBl5dQQ05dQpyX0KgGpGpZsxrpOYhNWO98sVKRGV3QNbYiRnp+n2o=
=NtVL
-----END PGP SIGNATURE-----

Pages: [1]