User Tools

Site Tools


ubuntu-removetty

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu-removetty [2013/05/31 00:31]
maxx created
ubuntu-removetty [2013/06/02 01:19] (current)
Line 1: Line 1:
 ====== Remove virtual TTY ====== ====== Remove virtual TTY ======
 +
 +===== Method 1 =====
 +
 +[[http://​askubuntu.com/​questions/​44832/​disabling-login-prompt-and-or-vga-output]]
 +
 +===== Method 2 =====
 +
 TTY`s are beeing started if theres file in /​etc/​init/​tty[1-6].conf and it contains line start on runlevel [23] Long method is to make line unexecutable by puting in front of it # #start on runlevel [23] TTY`s are beeing started if theres file in /​etc/​init/​tty[1-6].conf and it contains line start on runlevel [23] Long method is to make line unexecutable by puting in front of it # #start on runlevel [23]
  
Line 5: Line 12:
  
 <​code>​ <​code>​
-sudo rm /​etc/​init/​tty3.conf && sudo rm /​etc/​init/​tty4.conf && sudo rm /​etc/​init/​tty5.conf && sudo rm /​etc/​init/​tty6.conf+sudo rm /​etc/​init/​tty3.conf && ​
 +sudo rm /​etc/​init/​tty4.conf && ​
 +sudo rm /​etc/​init/​tty5.conf && ​
 +sudo rm /​etc/​init/​tty6.conf
 </​code>​ </​code>​
ubuntu-removetty.1369974664.txt.gz · Last modified: 2013/05/31 00:31 by maxx