diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2018-08-22 14:22:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-adelie@skarnet.org> | 2018-08-22 14:22:21 +0000 |
commit | 23e639121014d2e94bcf768313a46a9df3d85d41 (patch) | |
tree | 8822e6d9f37abf9d43893f7643d5cf70de471f9f /system/gettys-openrc/gettys.confd | |
parent | 0a709cab30eddbdf3d2236f19a19ef995cbdd7af (diff) | |
download | packages-23e639121014d2e94bcf768313a46a9df3d85d41.tar.gz packages-23e639121014d2e94bcf768313a46a9df3d85d41.tar.bz2 packages-23e639121014d2e94bcf768313a46a9df3d85d41.tar.xz packages-23e639121014d2e94bcf768313a46a9df3d85d41.zip |
system/gettys-openrc: do not spawn a getty on ttyS0 by default
agetty chokes on serial lines for some reasons. Reactivate the
getty when we've figured out exactly what happens.
Diffstat (limited to 'system/gettys-openrc/gettys.confd')
-rw-r--r-- | system/gettys-openrc/gettys.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gettys-openrc/gettys.confd b/system/gettys-openrc/gettys.confd index 910954cdd..328690180 100644 --- a/system/gettys-openrc/gettys.confd +++ b/system/gettys-openrc/gettys.confd @@ -1,6 +1,6 @@ # Set to the list of devices you want to spawn a getty on if the device exists -GETTYS="tty1 tty2 tty3 tty4 tty5 tty6 hvc0 ttyS0" +GETTYS="tty1 tty2 tty3 tty4 tty5 tty6 hvc0" # For every tty defined here, fill agetty options and baud rate if applicable |