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.
This commit is contained in:
Mathieu Othacehe 2022-03-15 13:14:29 +01:00
parent af8d568f82
commit 2543cb4854
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -41,8 +41,8 @@ (define novena-barebones-os
(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"))