[ précédent ] [ Table des matières ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ] [ 11 ] [ 12 ] [ 13 ] [ 14 ] [ 15 ] [ 16 ] [ suivant ]
Oui.
There's only one common catch: the Debian C libraries are built with the most
recent stable releases of the kernel headers. If you
happen to need to compile a program with kernel headers newer than the ones
from the stable branch, then you should either upgrade the package containing
the headers (linux-libc-dev
), or use the new headers from an
unpacked tree of the newer kernel. That is, if the kernel sources are in
/usr/src/linux
, then you should add
-I/usr/src/linux/include/ to your command line when compiling.
Users who wish to (or must) build a custom kernel are encouraged to use the Debian package target included with recent versions of the kernel build system. After configuring the kernel, simply run the following command:
make deb-pkg
The new kernel package will be created in the directory one level above the kernel source tree, and it may be installed using dpkg -i.
Les utilisateurs doivent télécharger séparément les sources pour le noyau le
plus récent (ou celui de leur choix) depuis leur site préféré d'archive Linux,
à moins qu'un paquet linux-source-version
soit
disponible (où version indique la version du noyau).
A configuration file containing modules to be manually loaded at boot time is
kept at /etc/modules
. However, editing this file is rarely
needed.
Other module configuration is kept in the /etc/modprobe.d/
directory. More information about the format of those files can be found in
the modprobe.conf(5)
manual page.
Oui. Le script linux-image-NNN.prerm
vérifie si le
noyau que vous utilisez actuellement est identique au noyau que vous essayez de
désinstaller. Donc vous pouvez supprimer les paquets de noyau non souhaités en
utilisant cette commande :
dpkg --purge linux-image-NNN
(Bien sûr, remplacez NNN par le numéro de version et de révision de votre noyau)
Further information is maintained in the Debian Linux Kernel
Handbook
.
[ précédent ] [ Table des matières ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ] [ 11 ] [ 12 ] [ 13 ] [ 14 ] [ 15 ] [ 16 ] [ suivant ]
La FAQ Debian GNU/Linux
version 8.1ubuntu1, 2 January 2017