On Sat, Jul 14, 2012 at 09:14:35PM -0700, gmspro wrote: > After doing make install for kernel i get this, is there any problem with it? > > root:/sources/linux-3.2.6# make modules_install > INSTALL arch/x86/kernel/test_nx.ko > INSTALL drivers/hid/hid-logitech-dj.ko > INSTALL drivers/scsi/scsi_wait_scan.ko > INSTALL net/netfilter/xt_mark.ko > DEPMOD 3.2.6 > Warning: you may need to install module-init-tools > See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt > I think you've already found out this is not a problem, but anyway I'll explain it : kmod is a replacement for module-init-tools.
Part of the build system tested for a program from module-init-tools, in case people upgrading from linux-2.4 had not installed it. Unfortunately, kmod didn't pass the test (although it works in practice). The message has now been corrected in current kernels. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
