sys-kernel: Fix minor inaccuracy in README

This commit is contained in:
Benjamin Gilbert 2017-01-25 14:50:10 -08:00
parent 04b06091d2
commit 413c889b59

View File

@ -23,11 +23,10 @@ coreos-kernel uses the installed sources and coreos-modules to build the
kernel image and initramfs.
Currently our dracut based initramfs (bootengine) gets built directly into
the kernel image, including all kernel modules. (go go modular kernels!)
This reason for this screwy scheme never came to pass and should be
fixed eventually. The current grub bootloader already includes logic for
initrds but the old configure_bootloaders and coreos-postinst scripts
need to be updated in order to support existing installs.
the kernel image. The reason for this screwy scheme never came to pass and
should be fixed eventually. The current grub bootloader already includes
logic for initrds but the old configure_bootloaders and coreos-postinst
scripts need to be updated in order to support existing installs.
The coreos-firmware package is a magic version of the upstream
linux-firmware ebuild which scans the modules installed by coreos-modules