GNU bug report logs -
#77540
[PATCH] linux-initrd: Add mmc_block.
Previous Next
Reported by: Zheng Junjie <z572 <at> z572.online>
Date: Fri, 4 Apr 2025 18:58:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This module is required when booting from MMC block device.
* gnu/system/linux-initrd.scm (default-initrd-modules): Add mmc_block.
Change-Id: I91474a62e9d7b5be07e89f657fd59d37d061b127
---
gnu/system/linux-initrd.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index dc08edc7919..72da8e55d30 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -373,6 +373,7 @@ (define* (default-initrd-modules
,@(if (target-riscv64? system)
'()
'("hid-apple"))
+ "mmc_block" ;for MMC block device driver
"dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions
"nls_iso8859-1" ;for `mkfs.fat`, et.al
,@(if (string-match "^(x86_64|i[3-6]86)-" system)
base-commit: 1436165c2f0adbb44d3f033c54db692167591248
--
2.49.0
This bug report was last modified 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.