projects
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c1a203
)
units: update serial-getty@.service to support 57600 baud rate
author
Bjørn Mork
<bjorn@mork.no>
Tue, 13 Oct 2020 15:07:07 +0000
(17:07 +0200)
committer
Michael Biebl
<biebl@debian.org>
Thu, 15 Oct 2020 21:48:34 +0000
(22:48 +0100)
Fixes: #17306
(cherry picked from commit
7fe7547ba3b953c142f41a9931dba7b6ff78fe0b
)
Gbp-Pq: Name units-update-serial-getty-.service-to-support-57600-baud-.patch
units/serial-getty@.service.m4
patch
|
blob
|
history
diff --git
a/units/serial-getty@.service.m4
b/units/serial-getty@.service.m4
index cab89fb42688536c0a766f9f4a04aa6aa6094b70..4b72bef84e24afbe80622b79cb008ce71c098896 100644
(file)
--- a/
units/serial-getty@.service.m4
+++ b/
units/serial-getty@.service.m4
@@
-33,7
+33,7
@@
Before=rescue.service
# The '-o' option value tells agetty to replace 'login' arguments with an
# option to preserve environment (-p), followed by '--' for safety, and then
# the entered username.
-ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,38400,9600 %I $TERM
+ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,
57600,
38400,9600 %I $TERM
Type=idle
Restart=always
UtmpIdentifier=%I