images: pinebook-pro: Fix default serial port.

* gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os)[services]:
Start agetty on ttyS2 instead of ttyS0.
This commit is contained in:
Caliph Nomble 2021-01-19 22:34:23 +00:00 committed by Mathieu Othacehe
parent e2fe05284d
commit 423653b4ad
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -51,7 +51,7 @@
(extra-options '("-L")) ; no carrier detect
(baud-rate "115200")
(term "vt100")
(tty "ttyS0")))
(tty "ttyS2")))
%base-services))))
(define pinebook-pro-image-type