grub*: add Korean translation (#14441)

This commit is contained in:
코드싸이
2024-10-29 22:39:03 +09:00
committed by GitHub
parent 3cc009c670
commit 42b6c29788
9 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# grub-mkconfig
> GRUB 구성 파일 생성.
> 더 많은 정보: <https://www.gnu.org/software/grub/manual/grub/html_node/Invoking-grub_002dmkconfig.html>.
- 시뮬레이션을 실행하고 구성을 `stdout`에 출력:
`sudo grub-mkconfig`
- 구성 파일 생성:
`sudo grub-mkconfig --output={{/boot/grub/grub.cfg}}`
- 도움말 표시:
`grub-mkconfig --help`