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

Page principale

Répondre à ce message
Auteur: Olivier Guerrier
Date:  
À: ML Guilde
Sujet: 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