summaryrefslogtreecommitdiff
path: root/configs/mate-openrc/root-image/etc/conf.d/agetty
diff options
context:
space:
mode:
Diffstat (limited to 'configs/mate-openrc/root-image/etc/conf.d/agetty')
-rw-r--r--configs/mate-openrc/root-image/etc/conf.d/agetty8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/mate-openrc/root-image/etc/conf.d/agetty b/configs/mate-openrc/root-image/etc/conf.d/agetty
new file mode 100644
index 0000000..5e9b663
--- /dev/null
+++ b/configs/mate-openrc/root-image/etc/conf.d/agetty
@@ -0,0 +1,8 @@
+# Set the baud rate of the terminal line
+baud="38400"
+
+# set the terminal type
+term_type="linux"
+
+# extra options to pass to agetty for this port
+agetty_options="--autologin root --noclear %I"