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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 08 Apr 2025 15:10:37 +0800
with message-id <87tt6z86xe.fsf <at> z572.online>
and subject line Re: [bug#77540] [PATCH] linux-initrd: Add mmc_block.
has caused the debbugs.gnu.org bug report #77540,
regarding [PATCH] linux-initrd: Add mmc_block.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77540: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77540
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Zheng Junjie <z572 <at> z572.online> writes:
> 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
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
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.