mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 08:26:57 +02:00
The microcode was accidentally dropped from Flatcar a while back because Gentoo started telling Dracut to not include it when USE=-initramfs. Flatcar disabled that flag because the microcode is installed to /boot. This is only done under the board root though, not in the final image, so there's no harm in enabling it. That Dracut setting also affected the AMD microcode, which is part of coreos-firmware, so this fixes that too. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
113 B
113 B
- Fixed the inclusion of Intel and AMD CPU microcode in the initrd. This was accidentally dropped some time ago.