Compilation

waza -  
mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   -
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

  1. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 942
     
    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