Installing gentoo for quick installation documentation .
At the make modules_install step, an error occurs:
cp: cannot stat /usr/src/linux-3.10.17-gentoo/modules.order no such file or directory make: *** [modinst] Error 1
How can it be caused?
Installing gentoo for quick installation documentation .
At the make modules_install step, an error occurs:
cp: cannot stat /usr/src/linux-3.10.17-gentoo/modules.order no such file or directory make: *** [modinst] Error 1
How can it be caused?
Put the source
emerge gentoo-sources && cd /usr/src/linux && make && make modules_install
sys-kernel/genkernel turns out to be collected? - ArnialSource: https://ru.stackoverflow.com/questions/347115/
All Articles