fix(dracut.sh): build in microcode blobs by default #2572
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Simply build them in unconditionally. Considering the ubiquitous impact of CPU hw vulnerabilities and a lot of them being addressed by microcode or requiring microcode to apply the needed mitigations, microcode practically gets included on the majority of setups.
If anyone cares about initrd size, one can still use dracut's
--no-early-microcode
option to prevent that.
Drop the now not needed --early-microcode option too.
For more background info on the whole topic, follow this thread:
https://lore.kernel.org/all/c67bd324-cec0-4fe4-b3b1-fc1d1e4f2967@leemhuis.info/
This pull request changes...
Changes
Checklist
Fixes #