mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
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:
parent
af8d568f82
commit
2543cb4854
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue