From 54d8b12cfe5b6028b5e1152ba1627878d3657a6b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 19 Aug 2018 21:31:04 +0000 Subject: system/gettys-openrc: new package. Move all getty definitions to it. Small change to system/adelie-base so it includes gettys-openrc. Small change to system/s6 so it doesn't statically define gettys. --- system/gettys-openrc/gettys.confd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 system/gettys-openrc/gettys.confd (limited to 'system/gettys-openrc/gettys.confd') diff --git a/system/gettys-openrc/gettys.confd b/system/gettys-openrc/gettys.confd new file mode 100644 index 000000000..910954cdd --- /dev/null +++ b/system/gettys-openrc/gettys.confd @@ -0,0 +1,14 @@ +# 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" + + +# For every tty defined here, fill agetty options and baud rate if applicable + +GETTYS_hvc0_OPTIONS="-L" + +GETTYS_ttyS0_OPTIONS="-8 -h" +GETTYS_ttyS0_BAUDRATE="115200" + +GETTYS_ttyS1_OPTIONS="-8 -h" +GETTYS_ttyS1_BAUDRATE="115200" -- cgit v1.2.3-60-g2f50