mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-16 16:19:41 +01:00
Update README.md
This commit is contained in:
parent
e8c19cabb1
commit
1a7592bf05
1 changed files with 5 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue