Skip to main content
added 17 characters in body
Source Link
Anthon
  • 81.4k
  • 42
  • 174
  • 228

apt-get install rungetty

apt-get install rungetty vi /etc/init/tty1.conf 

vi /etc/init/tty1.conf #commentcomment out the "exec /sbin/getty -8 38400 tty1"exec /sbin/getty -8 38400 tty1 line

 , and add the line > exec /sbin/rungetty tty1 --autologin root

exec /sbin/rungetty tty1 --autologin root` 

and then

echo startx >> /root/.bash_profile

echo startx >> /root/.bash_profile 

verified & checked Working, working properly

apt-get install rungetty

vi /etc/init/tty1.conf #comment out the "exec /sbin/getty -8 38400 tty1" line

  and add the line > exec /sbin/rungetty tty1 --autologin root

and then

echo startx >> /root/.bash_profile

verified & checked Working properly

apt-get install rungetty vi /etc/init/tty1.conf 

comment out the exec /sbin/getty -8 38400 tty1 line, and add the line

exec /sbin/rungetty tty1 --autologin root` 

and then

echo startx >> /root/.bash_profile 

verified & checked, working properly

Source Link

apt-get install rungetty

vi /etc/init/tty1.conf #comment out the "exec /sbin/getty -8 38400 tty1" line

and add the line > exec /sbin/rungetty tty1 --autologin root

and then

echo startx >> /root/.bash_profile

verified & checked Working properly