~ruther/guix-local

a468f897437acfc1c70987a6df252c4735e3bf2d — Mathieu Othacehe 8 years ago 5145001
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.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/system/examples/beaglebone-black.tmpl
M gnu/system/examples/beaglebone-black.tmpl => gnu/system/examples/beaglebone-black.tmpl +5 -0
@@ 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)