summaryrefslogtreecommitdiffstats
path: root/login-utils/agetty.8
diff options
context:
space:
mode:
authorKarel Zak2010-08-18 09:29:59 +0200
committerKarel Zak2010-08-18 09:38:49 +0200
commitbb1eea0ee0971cf5136e346bd3a16a2fa01555da (patch)
tree1c9d1056a855d39442c5296f8402d9150b7b0ffe /login-utils/agetty.8
parentaggety: don't wipe CLOCAL flag (diff)
downloadkernel-qcow2-util-linux-bb1eea0ee0971cf5136e346bd3a16a2fa01555da.tar.gz
kernel-qcow2-util-linux-bb1eea0ee0971cf5136e346bd3a16a2fa01555da.tar.xz
kernel-qcow2-util-linux-bb1eea0ee0971cf5136e346bd3a16a2fa01555da.zip
agetty: add -c to reuse cflags
The agetty command resets terminal cflags setting. The -c option disables this behavior and serial setting from kernel is used. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils/agetty.8')
-rw-r--r--login-utils/agetty.86
1 files changed, 5 insertions, 1 deletions
diff --git a/login-utils/agetty.8 b/login-utils/agetty.8
index 53037dda5..084086fda 100644
--- a/login-utils/agetty.8
+++ b/login-utils/agetty.8
@@ -3,7 +3,7 @@
agetty \- alternative Linux getty
.SH SYNOPSIS
-.BR "agetty " [\-8ihLmnsUw]
+.BR "agetty " [\-c8ihLmnsUw]
.RI "[-f " issue_file ]
.RI "[-l " login_program ]
.RI "[-I " init ]
@@ -82,6 +82,10 @@ whatever init(8) may have set, and is inherited by login and the shell.
.fi
.ad
.TP
+\-c
+Don't reset terminal cflags (control modes). See \fItermios(3)\fP for more
+details.
+.TP
\-8
Assume that the tty is 8-bit clean, hence disable parity detection.
.TP