Add Create Bootable Installer
This commit is contained in:
parent
ec585aceb5
commit
b79e4dd652
15
README.md
15
README.md
@ -82,6 +82,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso
|
|||||||
- [Date and Time](#date-and-time)
|
- [Date and Time](#date-and-time)
|
||||||
- [FileVault](#filevault)
|
- [FileVault](#filevault)
|
||||||
- [Information/Reports](#informationreports)
|
- [Information/Reports](#informationreports)
|
||||||
|
- [Install OS](#install-os)
|
||||||
- [Kernel Extensions](#kernel-extensions)
|
- [Kernel Extensions](#kernel-extensions)
|
||||||
- [LaunchAgents](#launchagents)
|
- [LaunchAgents](#launchagents)
|
||||||
- [LaunchServices](#launchservices)
|
- [LaunchServices](#launchservices)
|
||||||
@ -1288,6 +1289,20 @@ sudo fdestatus disable
|
|||||||
sudo sysdiagnose -f ~/Desktop/
|
sudo sysdiagnose -f ~/Desktop/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Install OS
|
||||||
|
|
||||||
|
#### Create Bootable Installer
|
||||||
|
```bash
|
||||||
|
# El Capitan
|
||||||
|
sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app
|
||||||
|
|
||||||
|
# Yosemite
|
||||||
|
sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Yosemite.app
|
||||||
|
|
||||||
|
# Mavericks
|
||||||
|
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Mavericks.app
|
||||||
|
```
|
||||||
|
|
||||||
### Kernel Extensions
|
### Kernel Extensions
|
||||||
|
|
||||||
#### Display Status of Loaded Kernel Extensions
|
#### Display Status of Loaded Kernel Extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user