mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
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:
parent
959e0715a9
commit
7b3aac22d4
1
changelog/bugfixes/2025-04-17-cpu-microcode.md
Normal file
1
changelog/bugfixes/2025-04-17-cpu-microcode.md
Normal file
@ -0,0 +1 @@
|
||||
- Fixed the inclusion of Intel and AMD CPU microcode in the initrd. This was accidentally dropped some time ago.
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user