I realize that stripping kernel modules significantly reduces the size of initrd.
What really happens if I strip the kernel modules?
I realize that stripping kernel modules significantly reduces the size of initrd.
What really happens if I strip the kernel modules?
Stripping linux kernel module objects is possible but you need to take attention that you can’t use the default parameters. You can only strip debugging symbols from kernel objects with --strip-debug parameter: Here is below the link to see detailed discussions for your question.