guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: images: novena: Make boot settings and RTC access


From: guix-commits
Subject: branch master updated: images: novena: Make boot settings and RTC accessible.
Date: Sat, 05 Dec 2020 05:19:55 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 005609c  images: novena: Make boot settings and RTC accessible.
005609c is described below

commit 005609c1717ead0c16ad6fba1577b0305df9f1a9
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Sat Dec 5 11:18:22 2020 +0100

    images: novena: Make boot settings and RTC accessible.
    
    * gnu/system/images/novena.scm (novena-barebones-os)[initrd-modules]: Add
    i2c-dev.
---
 gnu/system/images/novena.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/images/novena.scm b/gnu/system/images/novena.scm
index 4778061..c4d25e8 100644
--- a/gnu/system/images/novena.scm
+++ b/gnu/system/images/novena.scm
@@ -40,7 +40,7 @@
     (bootloader (bootloader-configuration
                  (bootloader u-boot-novena-bootloader)
                  (target "/dev/vda")))
-    (initrd-modules '("sdhci-esdhc-imx" "ahci_imx"))
+    (initrd-modules '("sdhci-esdhc-imx" "ahci_imx" "i2c-dev"))
     ;(kernel linux-libre-arm-generic)
     (kernel-arguments '("console=ttymxc1,115200"))
     (file-systems (cons (file-system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]