images: novena: Replace agetty-service by term-auto.

* gnu/system/images/novena.scm (novena-barebones-os)[kernel-arguments]: New
field.
[services]: Remove field.
This commit is contained in:
Danny Milosavljevic 2020-12-03 12:24:36 +01:00
parent 9cf531f577
commit 295aa49ec9
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -42,18 +42,12 @@ (define novena-barebones-os
(target "/dev/vda")))
(initrd-modules '("sdhci-esdhc-imx" "ahci_imx"))
;(kernel linux-libre-arm-generic)
(kernel-arguments '("console=ttymxc1,115200"))
(file-systems (cons (file-system
(device (file-system-label "my-root"))
(mount-point "/")
(type "ext4"))
%base-file-systems))
(services (cons (service agetty-service-type
(agetty-configuration
(extra-options '("-L")) ; no carrier detect
(baud-rate "115200")
(term "vt100")
(tty "ttymxc1")))
%base-services))))
%base-file-systems))))
(define novena-image-type
(image-type