linux-initrd: Add mmc_block.

This module is required when booting from MMC block device.

* gnu/system/linux-initrd.scm (default-initrd-modules): Add mmc_block.

Change-Id: I91474a62e9d7b5be07e89f657fd59d37d061b127
This commit is contained in:
Zheng Junjie 2025-04-04 23:53:48 +08:00
parent e839cd1108
commit 082923279c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -373,6 +373,7 @@ FILE-SYSTEMS."
,@(if (target-riscv64? system) ,@(if (target-riscv64? system)
'() '()
'("hid-apple")) '("hid-apple"))
"mmc_block" ;for MMC block device driver
"dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions "dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions
"nls_iso8859-1" ;for `mkfs.fat`, et.al "nls_iso8859-1" ;for `mkfs.fat`, et.al
,@(if (string-match "^(x86_64|i[3-6]86)-" system) ,@(if (string-match "^(x86_64|i[3-6]86)-" system)