1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:02:18 +02:00

bless: add page (#4439)

This commit is contained in:
Shashwat 2020-10-07 17:09:23 +05:30 committed by GitHub
parent 915b8411f5
commit f3b038020f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
pages/osx/bless.md Normal file
View file

@ -0,0 +1,19 @@
# bless
> Set volume bootability and startup disk options.
- FOLDER MODE: 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`
- MOUNT MODE: set a volume containing either Mac OS 9 and Mac OS X to be the active volume:
`bless --mount {{/Volumes/Mac OS}} --setBoot`
- NETBOOT MODE: set the system to NetBoot and broadcast for an available server:
`bless --netboot --server {{bsdp://255.255.255.255}}`
- INFO MODE: 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`