Re: Problèmes d'installation debian -situation actuelle

Página superior

Responder a este mensaje
Autor: Olivier Guerrier
Fecha:  
A: ML Guilde
Asunto: Re: Problèmes d'installation debian -situation actuelle
JULLIEN Lionel a écrit :
| # fakeroot make-kpkg kernel_image --append-to-version=-support-highmem


Je dirais qu'il manque le --initrd (les .config debian sont fait pour
utiliser initrd). Donc:

# fakeroot make-kpkg kernel_image --initrd \
- --append-to-version=-support-highmem

devrait marcher.

HTH.
Olivier