mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e839cd1108
commit
082923279c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue