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 #
Hi @ryncsn , the development of orginal dracut repo is stalled, the latest dracut upstream is https://github.com/dracut-ng/dracut-ng I think you can close this one and repost to dracut-ng
Hi @ryncsn , the development of orginal dracut repo is stalled, the latest dracut upstream is https://github.com/dracut-ng/dracut-ng I think you can close this one and repost to dracut-ng
Hi Dave,
Thanks for the info, I'll open another PR then. I saw the last PR in this repo was 2 weeks ago and didn't notice this.
This issue is being marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. If this is still an issue in the latest release of Dracut and you would like to keep it open please comment on this issue within the next 7 days. Thank you for your contributions.