Pregunta

When I try to compile kernel 3.14 on Debian 7.4 with the command make-kpkg:

/usr/bin/fakeroot: line 178: make-kpkg: command not found

And I wondering can I install kernel without compile?

¿Fue útil?

Solución

You probably haven't installed kernel-package, which contains make-kpkg. Better just forget about it, it's obsolete.

Just run make deb-pkg instead.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top