Jim Gifford wrote:
> Have they ever figured out how when your build a kernel to add the 
> modules that your building into the initramf? So you can have a
> complete modular system?

I don't know.  If modules_install would get run before the initramfs
image creation, then you could use the /lib/modules/<whatever> directory
as the source for the modules.  But it doesn't.

If MODPOST ran before the initramfs, you could copy the modules from
their current place in the tree, but I don't know for sure that that
happens either.

There is an "insmod" binary in klibc, so it should be *possible*, I just
don't know how easy it is.

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to