rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)

* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
This commit is contained in:
코드싸이
2024-11-09 22:28:34 +09:00
committed by GitHub
parent 166a22671a
commit 624a50f563
65 changed files with 1283 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
# rpm-ostree
> 하이브리드 이미지/패키지 시스템.
> ostree 배포, 패키지 레이어, 파일시스템 오버레이 및 부트 구성을 관리합니다.
> 더 많은 정보: <https://coreos.github.io/rpm-ostree/administrator-handbook/>.
- 부트로더에 나타날 순서대로 rpm-ostree 배포 표시:
`rpm-ostree status`
- 업데이트할 수 있는 오래된 패키지 표시:
`rpm-ostree upgrade --preview`
- 패키지를 업그레이드하고 새로운 ostree 배포 준비 후 재부팅:
`rpm-ostree upgrade --reboot`
- 이전 ostree 배포로 재부팅:
`rpm-ostree rollback --reboot`
- 새 ostree 배포에 패키지를 설치하고 그곳으로 재부팅:
`rpm-ostree install {{패키지}} --reboot`