all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45997] [PATCH] images: pinebook-pro: Fix default serial port.
@ 2021-01-19 22:34 guix-patches--- via
  2021-01-20 12:45 ` bug#45997: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: guix-patches--- via @ 2021-01-19 22:34 UTC (permalink / raw)
  To: 45997; +Cc: Caliph Nomble

* 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 02a0b8132d..22997fd742 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
-- 
2.26.2






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45997: [PATCH] images: pinebook-pro: Fix default serial port.
  2021-01-19 22:34 [bug#45997] [PATCH] images: pinebook-pro: Fix default serial port guix-patches--- via
@ 2021-01-20 12:45 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-01-20 12:45 UTC (permalink / raw)
  To: Caliph Nomble; +Cc: 45997-done


> * gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os)[services]:
> Start agetty on ttyS2 instead of ttyS0.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-20 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 22:34 [bug#45997] [PATCH] images: pinebook-pro: Fix default serial port guix-patches--- via
2021-01-20 12:45 ` bug#45997: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.