add new chinese translations
This commit is contained in:
16
pages.zh/common/rpi-imager.md
Normal file
16
pages.zh/common/rpi-imager.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# rpi-imager
|
||||
|
||||
> 将镜像写入存储设备。
|
||||
> 更多信息:<https://github.com/raspberrypi/rpi-imager>。
|
||||
|
||||
- 将特定镜像写入特定块设备:
|
||||
|
||||
`rpi-imager --cli {{path/to/image.zip}} {{/dev/sdX}}`
|
||||
|
||||
- 将特定镜像写入块设备,禁用校验和验证:
|
||||
|
||||
`rpi-imager --cli --disable-verify {{path/to/image.zip}} {{/dev/sdX}}`
|
||||
|
||||
- 将特定镜像写入块设备,在运行验证时将期待特定的校验和:
|
||||
|
||||
`rpi-imager --cli --sha256 {{expected_hash}} {{path/to/image.zip}} {{/dev/sdX}}`
|
Reference in New Issue
Block a user