Instalando dependencias:
root@localhost# apt-get install kernel-package libncurses5-dev wget bzip2 build-essential fakerootDescargando el kernel:
root@localhost# apt-get install linux-source-2.6.xxNos vamos al directorio donde se encuentra el tar.bz que contiene el nucleo descargado
root@localhost# cd /usr/src/Descomprimimos el archivo:
root@localhost# tar -jxvfRealizando la configuración:
root@localhost# make menuconfigLimpias antes de compilar:
root@localhost# make-kpkg cleancreas de la imagen:
root@localhost# fakeroot make-kpkg --initrd --revision=0.1 kernel_imageInstalas la nueva imagen:
root@localhost# dpkg -i linux-image-2.6.xx.0.1_i386.deb
No hay comentarios:
Publicar un comentario