me
/
guix
Archived
1
0
Fork 0

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

* gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os): Fix the
agetty baud rate.
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
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
(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))))