1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00

Add hint about Solus OS taking too long to extract

This commit is contained in:
koyu 2020-06-24 17:50:41 +02:00 committed by GitHub
parent f6b82eccf2
commit 86b72fb14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ sudo dnf install qemu qemu-img python3 python3-pip # for Fedora
sudo eopkg install qemu python3 # for Solus OS
```
Extracting `qemu` on Solus OS may take up to a few minutes, so please be patient.
## Step 1
Run `jumpstart.sh` to download installation media for macOS (internet required). The default installation uses Catalina, but you can choose which version to get by adding either `--high-sierra`, `--mojave`, or `--catalina`. For example:
```