guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: images: pinebook-pro: Fix the agetty baud rate.


From: guix-commits
Subject: branch master updated: images: pinebook-pro: Fix the agetty baud rate.
Date: Sat, 28 Aug 2021 11:47:20 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1dbed7e  images: pinebook-pro: Fix the agetty baud rate.
1dbed7e is described below

commit 1dbed7e0988842b8fe8189b7a7e64ff72f72cd61
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Aug 28 17:46:33 2021 +0200

    images: pinebook-pro: Fix the agetty baud rate.
    
    * gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os): Fix the
    agetty baud rate.
---
 gnu/system/images/pinebook-pro.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/images/pinebook-pro.scm 
b/gnu/system/images/pinebook-pro.scm
index b56a7ea..ca96621 100644
--- a/gnu/system/images/pinebook-pro.scm
+++ b/gnu/system/images/pinebook-pro.scm
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]