Forum Discussion
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by ken@Nov 2 2004, 08:20 AM all usernames and passwords are hard-coded within the applications (take a look inside login and ftpd... i believe that's where you'll find the passwords).
the best way to bypass the passwords is to do one of the following:
(1) modify inittab to start a shell instead of agetty on the serial console
(2) remove init entirely from the filesystem so that it'll start sh by default
lemme know if you run into trouble... --- Quote End --- Ken, I tried like your way.But when startup the script like /etc/rc didn't autorun.I add the "./etc/rc" in inittab,didn't autorun also. Then,I add the init.exe in the system file's /bin/,the script rc can autorun,but in the console I didn't go into the linux prompt.PLS help and so sorry to tell you late! Tony