Compilation

Fermé
waza - 9 oct. 2014 à 19:07
mamiemando Messages postés 33081 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 27 avril 2024 - 10 oct. 2014 à 11:10
Bonjour, je souhaite compiler un nouveau noyau sous ubuntu c'est le: linux-3.2.63
j'ai trouvé une commande :
INSTALL_MOD_STRIP=1 CONCURRENCY_LEVEL=3 fakeroot make-kpkg --initrd --append-to-version=-my_version_description kernel_image kernel_headers

mais je ne sais pas quoi mettre exactement à la place de "CONCURRENCY_LEVEL", et de "my_version_description" .
Merci!

1 réponse

mamiemando Messages postés 33081 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 27 avril 2024 7 749
Modifié par mamiemando le 10/10/2014 à 11:10
my_version_description : tu laisses ce que tu veux
CONCURRENCY_LEVEL : tu laisses tel quel.

Tu peux aussi suivre le tutoriel indiqué ici (section : 4. compiler un noyau, étape 4) :
https://www.mistra.fr/tutoriel-linux-compiler.html

make-kpkg clean
make-kpkg --initrd kernel_image
ls /usr/src
dpkg -i /usr/src/linux-image-*.deb


Bonne chance
0