]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
add autologin sample
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 31 May 2013 13:11:22 +0000 (13:11 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 31 May 2013 13:11:22 +0000 (13:11 +0000)
svn-id: @12690

inittab

diff --git a/inittab b/inittab
index 022bd368847cf32d88d4176ffeda0a75c38ea664..a88cf9c2ec1578faa40a71bd49e539f0b7092097 100644 (file)
--- a/inittab
+++ b/inittab
@@ -51,9 +51,11 @@ pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
 
 # Run gettys in standard runlevels
 1:12345:respawn:/sbin/mingetty --noclear tty1
+# spawn root login on tty1 without /etc/issue
+#1:12345:respawn:/sbin/mingetty tty1 --noclear --autologin root --noissue
 2:2345:respawn:/sbin/mingetty tty2
 3:2345:respawn:/sbin/mingetty tty3
-4:2345:respawn:/sbin/mingetty tty4
+#4:2345:respawn:/sbin/mingetty tty4
 #5:2345:respawn:/sbin/mingetty tty5
 #6:2345:respawn:/sbin/mingetty tty6
 #7:2345:respawn:/sbin/mingetty tty7
This page took 0.049883 seconds and 4 git commands to generate.