mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
docs: Document the 'ucode' kernel option.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
5d5a13526b
commit
1d995e198a
@ -47,6 +47,10 @@ contain a kernel modules directory. `cmdline` specifies the kernel command line
|
|||||||
To override the names, you can specify the kernel image name with `binary: bzImage` and the tar image
|
To override the names, you can specify the kernel image name with `binary: bzImage` and the tar image
|
||||||
with `tar: kernel.tar` or the empty string or `none` if you do not want to use a tarball at all.
|
with `tar: kernel.tar` or the empty string or `none` if you do not want to use a tarball at all.
|
||||||
|
|
||||||
|
Kernel packages may also contain a cpio archive containing CPU microcode which needs prepending to
|
||||||
|
the initrd. To select this option, recommended when booting on bare metal, add `ucode: intel-ucode.cpio`
|
||||||
|
to the kernel section.
|
||||||
|
|
||||||
## `init`
|
## `init`
|
||||||
|
|
||||||
The `init` section is a list of images that are used for the `init` system and are unpacked directly
|
The `init` section is a list of images that are used for the `init` system and are unpacked directly
|
||||||
|
Loading…
Reference in New Issue
Block a user