summaryrefslogtreecommitdiff
path: root/configs/mate-openrc/root-image/etc/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'configs/mate-openrc/root-image/etc/conf.d')
-rw-r--r--configs/mate-openrc/root-image/etc/conf.d/agetty8
-rw-r--r--configs/mate-openrc/root-image/etc/conf.d/hostname2
2 files changed, 10 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"
diff --git a/configs/mate-openrc/root-image/etc/conf.d/hostname b/configs/mate-openrc/root-image/etc/conf.d/hostname
new file mode 100644
index 0000000..a701f0c
--- /dev/null
+++ b/configs/mate-openrc/root-image/etc/conf.d/hostname
@@ -0,0 +1,2 @@
+# Set to the hostname of this machine
+hostname="parabolaiso"