lang fr|gb

auto-login

if you are the only user on your machine, and don't want to type your login/password on each login, you may enable auto-login.
i've made the job for you: edit your file /etc/inittab as root

sudo vim /etc/inittab
ou
sudo geany /etc/inittab

then edit lines 55 and 56

#autologin: replace the first line with this one, edit with your username. #1:2345:respawn:/bin/login -f your_login tty1 </dev/tty1 >/dev/tty1 2>1 1:2345:respawn:/sbin/getty 38400 tty1

to obtains a result like that

#autologin: replace the first line with this one, edit with your username. 1:2345:respawn:/bin/login -f arpinux tty1 </dev/tty1 >/dev/tty1 2>1 #1:2345:respawn:/sbin/getty 38400 tty1

replace “arpinux” by your login.

livarp_0.3.9 help center - arpinux@2012 - sources