Skip to content

Commit

Permalink
Don't spawn getties in single-user mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozan Çağlayan committed May 25, 2011
1 parent 4275897 commit bff15dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions root/etc/inittab
Expand Up @@ -22,12 +22,12 @@ l5:5:wait:/sbin/mudur.py default
l6:6:wait:/sbin/mudur.py reboot
#z6:6:respawn:/sbin/sulogin

c1:12345:respawn:/sbin/mingetty --noclear tty1
c2:12345:respawn:/sbin/mingetty --noclear tty2
c3:12345:respawn:/sbin/mingetty tty3
c4:12345:respawn:/sbin/mingetty tty4
c5:12345:respawn:/sbin/mingetty tty5
c6:12345:respawn:/sbin/mingetty tty6
c1:2345:respawn:/sbin/mingetty --noclear tty1
c2:2345:respawn:/sbin/mingetty --noclear tty2
c3:2345:respawn:/sbin/mingetty tty3
c4:2345:respawn:/sbin/mingetty tty4
c5:2345:respawn:/sbin/mingetty tty5
c6:2345:respawn:/sbin/mingetty tty6

# SERIAL CONSOLES
#s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
Expand Down

0 comments on commit bff15dd

Please sign in to comment.