I am trying to insmod a kernel module on a external media via initramfs scripts during boot process.
I want to know if after insmod the media should remain available to system or system temporarily copy it to use it?
After all is it possible to insert kernel module via external media?
Thanks