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