make modules_install error
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.17.4; fi
Have been trying to compile a new "SMP" kernel and keep getting the above error when I run make modules_install. I get about 20 modules installed and then the above error hits. I am new to linux and haven't been able to find this anywhere in my searches on the internet.
|