sys-firmware/intel-microcode: Fix inclusion of microcode in the initrd

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>
This commit is contained in:
James Le Cuirot 2025-04-15 12:47:05 +01:00
parent 959e0715a9
commit 7b3aac22d4
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
- Fixed the inclusion of Intel and AMD CPU microcode in the initrd. This was accidentally dropped some time ago.

View File

@ -156,7 +156,6 @@ sys-libs/libsemanage -python
sys-fs/zfs minimal -rootfs
# Do not tinker with /boot partition at installation time.
sys-firmware/intel-microcode -initramfs
sys-fs/zfs-kmod -initramfs
# For sys-auth/sssd