Auto-login
Jump to navigation
Jump to search
Auto-Login
edit inittab ############## 1:2345:respawn:/bin/login -f thomas tty1 </dev/tty1 >/dev/tty1 2>&1 edit .bash_profile #################### if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ]; then startx fi Background Color go user-home/.config !!