Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While looking at the boot space issue[1], I tested whether stripping binaries saved anything. Currently, dracut tries to strip binaries if `strip` (or `eu-strip`) are available, which isn't the case in FCOS. Adding it as a test, it turns out stripping barely saves anything because we've already split out debug symbols into separate RPMs, and the remaining symbols don't take much space. So let's just tell dracut to stop trying to opportunistically strip anything to be consistent. This then squashes a message emitted about `strip` not being found. [1] coreos/fedora-coreos-tracker#1247
- Loading branch information