Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ sys-fs/zfs minimal -rootfs
# Do not tinker with /boot partition at installation time.
sys-fs/zfs-kmod -initramfs

# Only needed for direct loading by the kernel, which is dangerous, and we
# include all the microcode in the initrd anyway.
sys-firmware/intel-microcode -split-ucode
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems this is the reason we still have AMD ucode in the kernel but not Intel anymore.
Why is direct loading dangerous? I didn't see any difference documented compared to the inclusion in the initrd.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant "late loading" after booting. See the kernel docs for why it is dangerous. intel-uc.img contains all the microcode we should need.


# For sys-auth/sssd
net-dns/bind gssapi
net-dns/bind-tools gssapi
Expand Down
Loading