Skip to content

Commit

Permalink
Merge pull request #81 from flatcar/kai/mmc
Browse files Browse the repository at this point in the history
update-bootengine: Install mmc_block module in initrd
  • Loading branch information
pothos authored Dec 20, 2023
2 parents 31d24b8 + 72c39f0 commit 5295e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-bootengine
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 5295e87

Please sign in to comment.