-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# VBoxMacSetup v1.1 | ||
# VBoxMacSetup v1.2 | ||
**maintained by:** hkdb \<[email protected]\><br /> | ||
|
||
### Bash script to quickly prepare your MacOS High Sierra Virtual HD with full screen resolution. | ||
|
@@ -24,8 +24,16 @@ VBoxManage setextradata "MacOS" "VBoxInternal2/EfiGraphicsResolution" "1920x1080 | |
``` | ||
|
||
It also executes the following if the host is not on an Intel CPU: | ||
``` | ||
VBoxManage modifyvm "${VM}" --cpu-profile "Intel Core i7-6700K" | ||
``` | ||
|
||
|
||
## RELEASE | ||
|
||
v1.2 - Added support for non-Intel hosts based on @jld3103 | ||
|
||
v1.1 - Merged PR Fix, Added Version Tracking, and Fixed README | ||
|
||
v1.0 - Initial Release | ||
|
@@ -38,12 +46,12 @@ As of v1.1, I created a develop branch for development or pull requests if it's | |
## DEPENDENCIES | ||
|
||
- Bash | ||
- Virtualbox 5.x | ||
- Virtualbox 5.x and 6.x | ||
- MacOS High Sierra Final | ||
|
||
## TESTED ON | ||
|
||
- Ubuntu Linux 18.04 | ||
- Ubuntu Linux 18.04, 18.10, 19.04 | ||
|
||
## INSTALLATION | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters