[ precedente ] [ Contenuti ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ] [ 11 ] [ 12 ] [ 13 ] [ 14 ] [ 15 ] [ 16 ] [ successivo ]
Sì.
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.
Gli utenti devono scaricare separatamente il codice sorgente per il kernel più
recente (o un kernel a propria scelta) dall'archivio del proprio sito Linux
preferito, a meno che non sia disponibile un pacchetto
linux-source-versione
(dove versione
rappresenta la versione del kernel).
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.
Sì. Lo script linux-image-NNN.prerm
verifica se il
kernel che si sta attualmente usando è lo stesso che si sta tentando di
disinstallare. Quindi si possono rimuovere i pacchetti delle immagini del
kernel non desiderate usando questo comando:
dpkg --purge linux-image-NNN
(ovviamente sostituire NNN con il proprio numero di versione e revisione).
Further information is maintained in the Debian Linux Kernel
Handbook
.
[ precedente ] [ Contenuti ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ] [ 11 ] [ 12 ] [ 13 ] [ 14 ] [ 15 ] [ 16 ] [ successivo ]
The Debian GNU/Linux FAQ
versione 8.1-0.rb1, 24 January 2017