2009-11-26 02:39:53 telnet 和FTP登陆初始密码更改问题
杨 永标 (CHINA)
Message: 82762
telnet 和FTP登陆初始密码是uClinux,如何在程序中配置,执行make后,使初始密码更改为别的密码。而不是文档介绍的那样通过命令更改。
TranslateQuoteReplyEditDelete
2009-11-26 03:33:28 Re: telnet 和FTP登陆初始密码更改问题
Yi Li (CHINA)
Message: 82782
Mike已经回复过:
The easiest way to package the password databases with your default image is to first boot the system and set the passwords to what you want. Then copy the files off the board and into the uClinux-dist build system. Typically this will be uclinux-dist/vendor/<vendor>/<board>/passwd. Then next time you run `make`, the file will be installed into your romfs/ tree automatically.
docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:managing_users#packaging_files
-Yi