Jerry Kreps wrote:
"make modules_install" you change the modules to reflect the newly compiled kernel, not the old one. When I boot the old kernel it gives me a message bout the modules not being current, or something like that.
This is my Makefile located at /usr/src/linux/arch/i386/boot/Makefile Now I am using 2.2.16 and I have 2.4.0-test-12 (well I decided to wait for SuSE to release a bug fixed one) and I do not have in switchinh kernels no complains reagrding modules (BTW IIRC this was a hinht from Phillip Thomas you may want to search the arhieves as there were are proposals) zlilo: $(CONFIGURE) $(BOOTIMAGE) if [ -f $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE) ]; then mv $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE) $(INSTALL_PATH)/vmlinuz.old; fi if [ -f $(INSTALL_PATH)/System.map-$(KERNELRELEASE) ]; then \ mv $(INSTALL_PATH)/System.map-$(KERNELRELEASE) \ $(INSTALL_PATH)/System.old-$(KERNELRELEASE); \ fi cat $(BOOTIMAGE) > $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE) cp $(TOPDIR)/System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE) if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
Ok, Linux gurus.... what's the scoop? JLK
-- Scientific theories, according to Sir Karl Popper, can be "falsified," or proven wrong, by experiment. Unscientific theories -Marxist dialectical history and Freudian psychology were Popper's favorites- are formed in such a way that they cannot be falsified by data.
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- Togan Muftuoglu