osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

20
pages.ko/osx/bless.md Normal file
View File

@@ -0,0 +1,20 @@
# bless
> 볼륨 부팅 기능 설정 및 시작 디스크 옵션 설정.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/bless.8.html>.
- Mac OS X 또는 Darwin 시스템이 있는 볼륨에 부팅 설정을 하고, 필요에 따라 BootX 및 `boot.efi` 파일 생성:
`bless --folder {{/Volumes/Mac OS X/System/Library/CoreServices}} --bootinfo --bootefi`
- Mac OS 9 및 Mac OS X를 포함한 볼륨을 활성 볼륨으로 설정:
`bless --mount {{/Volumes/Mac OS}} --setBoot`
- 시스템을 NetBoot로 설정하고 사용 가능한 서버를 브로드캐스트:
`bless --netboot --server {{bsdp://255.255.255.255}}`
- 현재 선택된 볼륨에 대한 정보를 수집하여 Property Lists를 구문 분석할 수 있는 프로그램에 전달하기 적합하게 출력:
`bless --info --plist`