[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
190/377: images: pinebook-pro: Fix the agetty baud rate.
From: |
guix-commits |
Subject: |
190/377: images: pinebook-pro: Fix the agetty baud rate. |
Date: |
Thu, 2 Sep 2021 17:55:27 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
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))))
- 168/377: gnu: emacs-dash: Update to 2.19.1., (continued)
- 168/377: gnu: emacs-dash: Update to 2.19.1., guix-commits, 2021/09/02
- 169/377: gnu: Add r-emdist., guix-commits, 2021/09/02
- 173/377: gnu: postgresql-11: Update to 11.13., guix-commits, 2021/09/02
- 175/377: gnu: postgresql-9.6: Update to 9.6.23., guix-commits, 2021/09/02
- 178/377: gnu: man-pages: Update to 5.13., guix-commits, 2021/09/02
- 179/377: gnu: opencl-headers: Update to 2021.06.30 and switch to CMake., guix-commits, 2021/09/02
- 182/377: gnu: Add opencl-icd-loader., guix-commits, 2021/09/02
- 183/377: gnu: ocl-icd: Replace with opencl-icd-loader., guix-commits, 2021/09/02
- 184/377: gnu: Add clpeak., guix-commits, 2021/09/02
- 188/377: gnu: mame: Update to 0.235., guix-commits, 2021/09/02
- 190/377: images: pinebook-pro: Fix the agetty baud rate.,
guix-commits <=
- 196/377: gnu: Add python-resolvelib., guix-commits, 2021/09/02
- 197/377: gnu: Add python-resolvelib-0.5., guix-commits, 2021/09/02
- 193/377: gnu: bootloader: Support multiple targets., guix-commits, 2021/09/02
- 199/377: gnu: Add python-pyspnego., guix-commits, 2021/09/02
- 200/377: gnu: python-pytest-6: Update to 6.2.4 and propagate iniconfig., guix-commits, 2021/09/02
- 202/377: gnu: python-rope: Update to 0.19.0 and remove python2-rope., guix-commits, 2021/09/02
- 205/377: gnu: python-pytest-forked: Update to 1.3.0 and run test suite., guix-commits, 2021/09/02
- 204/377: gnu: python-py-next: Update to 1.10.0., guix-commits, 2021/09/02
- 211/377: gnu: ansible: Update to 4.4.0., guix-commits, 2021/09/02
- 209/377: gnu: Add python-pytest-xdist-next., guix-commits, 2021/09/02