From a468f897437acfc1c70987a6df252c4735e3bf2d Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Fri, 22 Dec 2017 08:46:56 +0100 Subject: system: examples: Add missing initrd to beaglebone-black.tmpl. * gnu/system/examples/beaglebone-black.tmpl (operating-system): Add the initrd with "omap_hsmmc" as an extra-module. --- gnu/system/examples/beaglebone-black.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu/system/examples') diff --git a/gnu/system/examples/beaglebone-black.tmpl b/gnu/system/examples/beaglebone-black.tmpl index 609b801cab..4b090e0fb7 100644 --- a/gnu/system/examples/beaglebone-black.tmpl +++ b/gnu/system/examples/beaglebone-black.tmpl @@ -15,6 +15,11 @@ (bootloader (bootloader-configuration (bootloader u-boot-beaglebone-black-bootloader) (target "/dev/mmcblk1"))) + (initrd (lambda (fs . rest) + (apply base-initrd fs + ;; This module is required to mount the sd card. + #:extra-modules (list "omap_hsmmc") + rest))) (file-systems (cons (file-system (device "my-root") (title 'label) -- cgit v1.2.3