1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/bless.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

20 lines
747 B
Markdown

# bless
> Set volume boot capability and startup disk options.
> More information: <https://ss64.com/osx/bless.html>.
- Bless a volume with only Mac OS X or Darwin, and create the BootX and `boot.efi` files as needed:
`bless --folder "{{/Volumes/Mac OS X/System/Library/CoreServices}}" --bootinfo --bootefi`
- Set a volume containing either Mac OS 9 and Mac OS X to be the active volume:
`bless --mount "{{/Volumes/Mac OS}}" --setBoot`
- Set the system to NetBoot and broadcast for an available server:
`bless --netboot --server {{bsdp://255.255.255.255}}`
- Gather information about the currently selected volume (as determined by the firmware), suitable for piping to a program capable of parsing Property Lists:
`bless --info --plist`