nano /etc/rc.local
su root -c startx
exit 0
Owl not cero
Not what you think..
How do I *disable* BT4 Pre's automatic login? When the system starts up, it automatically logs in as root and dumps to prompt.
How do I stop that? I've set a password for root (using passwd, obviously), but how do I get it to actually *ask* me to log in on startup?
nano /etc/rc.local
su root -c startx
exit 0
Owl not cero