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 | |
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.
-rw-r--r-- | system/gettys-openrc/APKBUILD | 2 | ||||
-rw-r--r-- | system/gettys-openrc/gettys.confd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/gettys-openrc/APKBUILD b/system/gettys-openrc/APKBUILD index 5516ff0b8..c976cd275 100644 --- a/system/gettys-openrc/APKBUILD +++ b/system/gettys-openrc/APKBUILD @@ -19,5 +19,5 @@ package() { ln -sf ../../init.d/gettys "$pkgdir"/etc/runlevels/sysinit } -sha512sums="feea93da30871754027bc16a7bb8687b4c1780fe7ec9a49c8479ccade4c8770a76c1638029145e33c3a170ccad2d5297287cf59cea67aa561454a333ccf6ae76 gettys.confd +sha512sums="50039958291cd546c51ce5a30d319f5c5cf7d310fb3cd9f7ad1632fa4bc55775cdac740f76886ff5869a2cfa3f345e760672cebf7727c7ca2514358bcc17e531 gettys.confd 3b4c212bba04c2a100b2e48cbbcdf561f77cb1f4e0565b8d6304315e8edce54ec7891dafc7e82fe9d30a8fad7249e8f0e337f71c4ad8ec50cc140a4e5130648f gettys.initd" 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 |