me
/
guix
Archived
1
0
Fork 0

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

* gnu/system/images/novena.scm (novena-barebones-os)[kernel-arguments]: New
field.
[services]: Remove field.
master
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
1 changed files with 2 additions and 8 deletions

View File

@ -42,18 +42,12 @@
(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