images: pinebook-pro: Fix the agetty baud rate.

* gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os): Fix the
agetty baud rate.
This commit is contained in:
Mathieu Othacehe 2021-08-28 17:46:33 +02:00
parent 63fec9fd6a
commit 1dbed7e098
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -49,7 +49,7 @@ (define pinebook-pro-barebones-os
(services (cons (service agetty-service-type
(agetty-configuration
(extra-options '("-L")) ; no carrier detect
(baud-rate "115200")
(baud-rate "1500000")
(term "vt100")
(tty "ttyS2")))
%base-services))))