diff options
| author | sickcodes <[email protected]> | 2021-03-01 11:23:12 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-01 11:23:12 +0000 |
| commit | 5d648e1b599faaab341b97dc286d5be91c831aab (patch) | |
| tree | 11f0c369d05bc8c215642ed89a03894b1e05f266 /README.md | |
| parent | Documentation for Big Sur. v4.0 (diff) | |
| download | docker-osx-5d648e1b599faaab341b97dc286d5be91c831aab.tar.xz docker-osx-5d648e1b599faaab341b97dc286d5be91c831aab.zip | |
Switch default internet to vmxnet3 as there is no incompatability with services.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -577,12 +577,11 @@ sudo mv somedir/mac_hdd_ng.img . # Internet Speeds -### Slow internet but iMessage & iCloud compatability -`-e NETWORKING=e1000-82545em` - -### FAST internet but not compatable with iMessage & iCloud +### FAST internet `-e NETWORKING=vmxnet3` +### SLOW internet +`-e NETWORKING=e1000-82545em` # DESTROY: Wipe old images to free disk space |