cool thanks, i was trying to figure how to do this..
But i want mine to auto start with root already being the user name..and it just asks for the password.
and after password is entered it auto starts startx.
make you not have to type startx every time you boot, it goes right to desktop.
Using this on backtrack 4 Pre Final persistent changes.
enter:Code:nano /root/.bash_profile
ctrl+o #WriteOut (o=letter, NOT a zero)Code:startx
enter #save
ctrl+x #Exit
all done!!reboot and try it out.
you can put all kind of things you want to autostart in this file, like me, I have put "start-network" and "wicd-client" so that I have working network every time I boot.
credit goes to: DjTaz / http://forums.remote-exploit.org/lat...g-options.html
cool thanks, i was trying to figure how to do this..
But i want mine to auto start with root already being the user name..and it just asks for the password.
and after password is entered it auto starts startx.
mayby this work
http://forums.remote-exploit.org/126587-post5.html
Little correction for you,
in nano use Ctrl not shift. to save ctrl+o
Grammar takes to long.