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 default serial port.


From: guix-commits
Subject: branch master updated: images: pinebook-pro: Fix default serial port.
Date: Wed, 20 Jan 2021 07:44:24 -0500

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 423653b  images: pinebook-pro: Fix default serial port.
423653b is described below

commit 423653b4ad1b205541d0dbe02973717fd40be549
Author: Caliph Nomble <calnomble@protonmail.com>
AuthorDate: Tue Jan 19 22:34:23 2021 +0000

    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.
---
 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 02a0b81..22997fd 100644
--- a/gnu/system/images/pinebook-pro.scm
+++ b/gnu/system/images/pinebook-pro.scm
@@ -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



reply via email to

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