1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-11-26 21:19:41 +01:00

update dmg2img note to use qemu-img convert

This commit is contained in:
Matthew Farrellee 2020-05-19 07:38:18 -04:00
parent fc84c11c73
commit f58d6e8bf1

View file

@ -21,7 +21,7 @@ Run `jumpstart.sh` to download installation media for macOS (internet required).
```
./jumpstart.sh --mojave
```
> 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.
> Note: You can skip this if you already have `BaseSystem.img` downloaded. If you have `BaseSystem.dmg`, you will need to convert it to a raw image, e.g. `qemu-img convert -O raw BaseSystem.dmg BaseSystem.img`.
## Step 2
Create an empty hard disk using `qemu-img`, changing the name and size to preference: