dracut
dracut copied to clipboard
fix(dracut): don't apply aggressive strip to kernel modules
Unlike ordinary binaries, kernel module will be unusable if stripped with "-p". Fix this by always use "-g" only.
So far it didn't cause many issues since most kernels have their modules signed or compressed so this is skipped.
This pull request changes...
Changes
Checklist
- [x] I have tested it locally
- [ ] I have reviewed and updated any documentation if relevant
- [ ] I am providing new code and test(s) for it
Fixes #