summaryrefslogtreecommitdiff
path: root/gnu/system/examples/beaglebone-black.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/examples/beaglebone-black.tmpl')
-rw-r--r--gnu/system/examples/beaglebone-black.tmpl9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/system/examples/beaglebone-black.tmpl b/gnu/system/examples/beaglebone-black.tmpl
index 4b090e0fb7..97201330c7 100644
--- a/gnu/system/examples/beaglebone-black.tmpl
+++ b/gnu/system/examples/beaglebone-black.tmpl
@@ -15,11 +15,10 @@
(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)))
+
+ ;; This module is required to mount the SD card.
+ (initrd-modules (cons "omap_hsmmc" %base-initrd-modules))
+
(file-systems (cons (file-system
(device "my-root")
(title 'label)