From 7082410e3381937f5b42a609884666c44a63d269 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 20 Oct 2019 22:27:01 +0200 Subject: services: add agetty services for hvc0 and hvsi0 These are used for virtual terminal/serial console on some hypervisors (Xen) as well as many POWER based machines (the OPAL firmware emulates these for serial as the OS has no physical access to that). --- services/agetty-hvsi0/conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 services/agetty-hvsi0/conf (limited to 'services/agetty-hvsi0/conf') diff --git a/services/agetty-hvsi0/conf b/services/agetty-hvsi0/conf new file mode 100644 index 0000000..ec61b5f --- /dev/null +++ b/services/agetty-hvsi0/conf @@ -0,0 +1,8 @@ +GETTY_ARGS="-L" +if [ -x /sbin/agetty -o -x /bin/agetty ]; then + # util-linux specific settings + GETTY_ARGS="${GETTY_ARGS} -8" +fi + +BAUD_RATE=19200 +TERM_NAME=vt100 -- cgit 1.4.1