mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-12 08:37:28 +00:00
Intel microrode download is moved earlier in the Dockerfile, before the kernel is actually built, so that it's available in the context of a build and can be referenced in CONFIG_EXTRA_FIRMWARE for people who want the microcode to be built-in the kernel. It is still copied in the out/ directory and so that it is still available for addition in a 'ucode:' section in linuxkit.yml. Signed-off-by: Yoann Ricordel <yoann.ricordel@qarnot-computing.com>
See ../docs/kernels.md for more information on kernel builds.