dracut icon indicating copy to clipboard operation
dracut copied to clipboard

fix(dracut): don't apply aggressive strip to kernel modules

Open ryncsn opened this issue 1 year ago • 2 comments

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 #

ryncsn avatar Sep 13 '24 09:09 ryncsn