From: Michael Tremer Date: Thu, 30 Jul 2009 12:49:00 +0000 (+0200) Subject: Create a autologin tty for installer. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c4070888cd3bc0b7ba821b4c3a90e71c6a9d41;p=ipfire-3.x.git Create a autologin tty for installer. --- diff --git a/src/install/etc/init/tty1.conf b/src/install/etc/init/tty1.conf new file mode 100644 index 000000000..9984cf220 --- /dev/null +++ b/src/install/etc/init/tty1.conf @@ -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