Update for new OS versions

Reworked the script to support newer versions; now including:
- macOS Sierra
- OS X El Capitan
This commit is contained in:
Buster Collings
2016-10-26 23:23:58 -05:00
parent 46c271505a
commit d9cbe136c0
3 changed files with 45 additions and 38 deletions

View File

@@ -1,23 +1,30 @@
# OSX-ISO
Create a bootable ISO of OS X Yosemite or Mavericks, from the installation file.
Create a bootable ISO of OS X / macOS, from the installation app file.
## Prerequisites
The appropriate installation file must be located in `/Applications`
I.E.
The appropriate installation file(s) must be located in `/Applications` i.e.
```
/Applications/Install macOS Sierra.app
/Applications/Install OS X El Capitan.app
/Applications/Install OS X Yosemite.app
/Applications/Install OS X Mavericks.app
```
Mac users can download theses files from the App Store.
## Install with [bpkg](https://github.com/bpkg/bpkg)
```sh
$ bpkg install busterc/osx-iso
```
## Usage
```sh
$ osxiso <Yosemite|Mavericks>
$ osxiso <Sierra|"El Capitan"|Yosemite|Mavericks>
```
## License