]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Create a autologin tty for installer.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 12:49:00 +0000 (14:49 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 12:49:00 +0000 (14:49 +0200)
src/install/etc/init/tty1.conf [new file with mode: 0644]

diff --git a/src/install/etc/init/tty1.conf b/src/install/etc/init/tty1.conf
new file mode 100644 (file)
index 0000000..9984cf2
--- /dev/null
@@ -0,0 +1,10 @@
+# tty1 - getty
+#
+# This service maintains a getty on tty1 from the point the system is
+# started until it is shut down again.
+
+start on stopped mountfs
+stop on shutdown
+
+respawn
+exec /sbin/agetty -n -l /root/autologin tty1 9600