mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
63fec9fd6a
commit
1dbed7e098
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue