mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue