summaryrefslogtreecommitdiff
path: root/configs/mate-openrc/root-image/etc/conf.d/agetty.tty1
diff options
context:
space:
mode:
Diffstat (limited to 'configs/mate-openrc/root-image/etc/conf.d/agetty.tty1')
-rw-r--r--configs/mate-openrc/root-image/etc/conf.d/agetty.tty111
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/mate-openrc/root-image/etc/conf.d/agetty.tty1 b/configs/mate-openrc/root-image/etc/conf.d/agetty.tty1
new file mode 100644
index 0000000..b7ff06d
--- /dev/null
+++ b/configs/mate-openrc/root-image/etc/conf.d/agetty.tty1
@@ -0,0 +1,11 @@
+# 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"
+
+# make agetty quiet
+#quiet="no"