Merge pull request #10417 from puffnfresh/nixos/mmc_block

initrd: add mmc_block to default available modules
This commit is contained in:
Robin Gloster
2016-02-08 23:51:46 +01:00
3 changed files with 5 additions and 3 deletions
+3
View File
@@ -184,6 +184,9 @@ in
"ide_disk"
"ide_generic"
# SD cards and internal eMMC drives.
"mmc_block"
# Support USB keyboards, in case the boot fails and we only have
# a USB keyboard.
"uhci_hcd"