shyam posts : > make menuconfig > make dep > make clean > make bzdisk
[...] > (1) where are the modules of the newly compiled modular kernel ? There are no modules because you never asked the make scripts to generate them. You have to do a `make modules' after `make bzImage/bzdisk' and then `make modules_install'. Please read the relevant doc in /usr/src/linux/README. But wait.....till you read the below shown comment. > (2) is what is the exact syntax of make -kpkg The exact syntax is `make-kpkg', this should be run after you configure your kernel. The order is as follows: #make menuconfig #make-kpkg clean #make-kpkg --revision=i686+ShyamK01+whatever kernel_image The `make-kpkg' perl script runs without user intervention to generate a "kernel-image-2.2.19-<your revision here>_i386.deb" for you to install by doing a `dpkg -i <kernel image deb>'. Do understand that the components you have ordered as modules are also within that .deb package. Forget your question for process<1> and move forward...... -- /(__ __|\ ragOO, VU2RGU<->http://gnuhead.dyndns.org/<->GPG: 1024D/F1624A6E ( \/ __)_ Helping to keep the Air-Waves FREE Amateur Radio ) (_____ / Helping to keep your Software FREE the GNU Project /___________/ Helping to keep the W W W FREE Debian GNU/${kernel} _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
