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:
parent
fc84c11c73
commit
f58d6e8bf1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue