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:
parent
9cf531f577
commit
295aa49ec9
1 changed files with 2 additions and 8 deletions
|
@ -42,18 +42,12 @@
|
||||||
(target "/dev/vda")))
|
(target "/dev/vda")))
|
||||||
(initrd-modules '("sdhci-esdhc-imx" "ahci_imx"))
|
(initrd-modules '("sdhci-esdhc-imx" "ahci_imx"))
|
||||||
;(kernel linux-libre-arm-generic)
|
;(kernel linux-libre-arm-generic)
|
||||||
|
(kernel-arguments '("console=ttymxc1,115200"))
|
||||||
(file-systems (cons (file-system
|
(file-systems (cons (file-system
|
||||||
(device (file-system-label "my-root"))
|
(device (file-system-label "my-root"))
|
||||||
(mount-point "/")
|
(mount-point "/")
|
||||||
(type "ext4"))
|
(type "ext4"))
|
||||||
%base-file-systems))
|
%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))))
|
|
||||||
|
|
||||||
(define novena-image-type
|
(define novena-image-type
|
||||||
(image-type
|
(image-type
|
||||||
|
|
Reference in a new issue