1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-07-01 10:58:33 +02:00

Update README.md

This commit is contained in:
notAperson535 2021-12-10 15:31:39 -05:00 committed by GitHub
parent e8c19cabb1
commit 1a7592bf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,12 @@ sudo emerge -a qemu python:3.4 pip # for Gentoo
## Step 1
Run `fetch-macOS-v2.py` to download installation media for macOS (internet required).
```
./jumpstart.sh --mojave
./fetch-macOS-v2.py
```
Then run
```
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
```
> Note: You can skip this if you already have `BaseSystem.img` downloaded. If you have `BaseSystem.dmg`, you will need to convert it with the `dmg2img` tool.
## Step 2
Create an empty hard disk using `qemu-img`, changing the name and size to preference: