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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77540 in the body.
You can then email your comments to 77540 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77540
; Package
guix-patches
.
(Fri, 04 Apr 2025 18:58:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zheng Junjie <z572 <at> z572.online>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 04 Apr 2025 18:58:02 GMT)
Full text and
rfc822 format available.
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77540
; Package
guix-patches
.
(Sat, 05 Apr 2025 11:38:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77540 <at> debbugs.gnu.org (full text, mbox):
Hi,
Looks good to me!
Reply sent
to
Z572 <z572 <at> z572.online>
:
You have taken responsibility.
(Tue, 08 Apr 2025 07:12:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Zheng Junjie <z572 <at> z572.online>
:
bug acknowledged by developer.
(Tue, 08 Apr 2025 07:12:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 77540-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 06 May 2025 11:24:21 GMT)
Full text and
rfc822 format available.
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.