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-hvc0/conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 services/agetty-hvc0/conf (limited to 'services/agetty-hvc0/conf') diff --git a/services/agetty-hvc0/conf b/services/agetty-hvc0/conf new file mode 100644 index 0000000..ecf4f1e --- /dev/null +++ b/services/agetty-hvc0/conf @@ -0,0 +1,3 @@ +GETTY_ARGS="-L" +BAUD_RATE=9600 +TERM_NAME=vt100 -- cgit 1.4.1