From 72c39f0963f31e5dcbb262213a453916836e9099 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Tue, 19 Dec 2023 16:39:55 +0100 Subject: [PATCH] update-bootengine: Install mmc_block module in initrd The mmc_block module used to be present in the initrd but got lost in the Linux 6.1 update. Add it back explicitly. --- update-bootengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-bootengine b/update-bootengine index a3be661..fe11ef6 100755 --- a/update-bootengine +++ b/update-bootengine @@ -34,7 +34,7 @@ DRACUT_ARGS=( --omit multipath --omit network --add iscsi - --add-drivers "loop brd drbd nbd rbd xen-blkfront zram libarc4 lru_cache zsmalloc" + --add-drivers "loop brd drbd nbd rbd mmc_block xen-blkfront zram libarc4 lru_cache zsmalloc" ) SETUP_MOUNTS=