~ruther/guix-local

082923279c186797827568e78d076db7d0eb814e — Zheng Junjie 1 year, 4 months ago e839cd1
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/system/linux-initrd.scm
M gnu/system/linux-initrd.scm => gnu/system/linux-initrd.scm +1 -0
@@ 373,6 373,7 @@ FILE-SYSTEMS."
    ,@(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)