-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I recommend you to compile it the Debian way:
make -jX deb-pkg
Instead of "X" put your processor's cores numbers plus one, so if you have 2 cores:
make -j3 deb-pkg
At this point you will your .deb packages on the folder on top of your current, so if you want to install all the packages:
dpkg -i ../*.deb # don't use it, CHECK ALL THE PACKAGES YOU INSTALL
In 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:
make -jX && make modules_install
And 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-----