common/r*: add Korean translation (#14644)

* common/r*: add Korean translation

* Update rtv.md

* Update pages.ko/common/rtv.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-11-07 10:35:14 +09:00
committed by GitHub
parent ef281bb658
commit fd7d9f925b
89 changed files with 2133 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# rpi-imager
> 이미지를 저장 장치에 플래시.
> 더 많은 정보: <https://github.com/raspberrypi/rpi-imager>.
- 특정 이미지를 특정 블록 장치에 기록:
`rpi-imager --cli {{경로/대상/이미지.zip}} {{/dev/sdX}}`
- 체크섬 검증을 비활성화한 상태로 특정 이미지를 블록 장치에 기록:
`rpi-imager --cli --disable-verify {{경로/대상/이미지.zip}} {{/dev/sdX}}`
- 검증 시 특정 체크섬을 기대하는 상태로 특정 이미지를 블록 장치에 기록:
`rpi-imager --cli --sha256 {{기대_해시}} {{경로/대상/이미지.zip}} {{/dev/sdX}}`