Update README.md

This commit is contained in:
aiminick 2019-01-19 04:04:27 +08:00 committed by GitHub
parent d1e2142fd8
commit 1f5510c03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -425,6 +425,18 @@ enableVC64
然后按照系统提示重新设置pi账户密码**并再次输入新密码**确认 然后按照系统提示重新设置pi账户密码**并再次输入新密码**确认
* 这里是一个完整的首次登录和修改密码的过程
```shell
raspbian login: pi ## 默认登录账户 pi
Password: ## 默认登录密码 raspberry
You are required to change your password immediately (root enforced)
Changing password for pi.
(current) UNIX password: ## 系统账户pi的默认密码 raspberry
Enter new UNIX password: ## 系统账户pi的新密码
Retype new UNIX password: ## 再次输入系统账户pi的新密码
```
### 默认仓库源为清华源 ### 默认仓库源为清华源
用户可自行配置为其他源 用户可自行配置为其他源