Mikael Larsson wrote: > Hello, > I'm trying to add some modules to the kernel on the x86-6.2-5 CD, so I > looked at the lfscd-remastering-howto.txt > but I can't reely figure out what to do after compiling the new kernel ?
You have to "make modules_install" in order to install modules (they will go into the correct place inside root.ext2), and copy "bzImage" to boot/isolinux/linux (this file is not inside root.ext2). If in doubt, read isolinux documentation. -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
