guix-commits
[Top][All Lists]
Advanced

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

branch master updated: images: novena: Fix build.


From: guix-commits
Subject: branch master updated: images: novena: Fix build.
Date: Tue, 15 Mar 2022 08:17:44 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2543cb4854 images: novena: Fix build.
2543cb4854 is described below

commit 2543cb485479d29700ac14762875db084b90ed54
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Mar 15 13:14:29 2022 +0100

    images: novena: Fix build.
    
    * gnu/system/images/novena.scm (novena-barebones-os)[kernel]: Use the
    linux-libre-arm-generic kernel.
    [initrd-modules]: Do not specify any modules as sdhci-esdhc-imx, ahci_imx 
and
    i2c-dev are built-in in the arm-generic kernel.
---
 gnu/system/images/novena.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system/images/novena.scm b/gnu/system/images/novena.scm
index 3ce62fbf3b..5b625e56c5 100644
--- a/gnu/system/images/novena.scm
+++ b/gnu/system/images/novena.scm
@@ -41,8 +41,8 @@
     (bootloader (bootloader-configuration
                  (bootloader u-boot-novena-bootloader)
                  (targets '("/dev/vda"))))
-    (initrd-modules '("sdhci-esdhc-imx" "ahci_imx" "i2c-dev"))
-    ;(kernel linux-libre-arm-generic)
+    (initrd-modules '())
+    (kernel linux-libre-arm-generic)
     (kernel-arguments '("console=ttymxc1,115200"))
     (file-systems (cons (file-system
                           (device (file-system-label "my-root"))



reply via email to

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