sys-kernel/bootengine: Install mmc_block module in initrd

* sys-kernel/coreos-modules: Enable mmc_block as a module
* overlay sys-kernel/bootengine: Install mmc_block module in initrd

Signed-off-by: Pysen X <pysen@svartavillan.se>
This commit is contained in:
Arthur 2023-12-20 12:12:51 +01:00 committed by Kai Lueke
parent ca4d2d3d65
commit fc9f6e5830
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="31d24b87717e6ee3b2970af5926a481d6bbff933" # flatcar-master
CROS_WORKON_COMMIT="5295e877b6ebd2fb343e464ffda896534c22d4c3" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

View File

@ -455,6 +455,7 @@ CONFIG_MLX5_CORE_EN=y
CONFIG_MLX5_CORE_EN_DCB=y
CONFIG_MLX5_INFINIBAND=m
CONFIG_MMC=m
CONFIG_MMC_BLOCK=m
CONFIG_MMC_BLOCK_MINORS=16
# CONFIG_MMC_RICOH_MMC is not set
CONFIG_MMC_SDHCI=m