mirror of
https://github.com/foxlet/macOS-Simple-KVM
synced 2024-11-10 05:54:13 +00:00
Merge pull request #2 from jeanfrancoisgratton/patch-1
[DOCS] Skip Step 1 if BaseSystem.img is already present.
This commit is contained in:
commit
5ac73d1dd4
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ By [@FoxletFox](https://twitter.com/foxletfox), and the help of many others.
|
|||
You'll need a Linux system with `qemu`, `python` and the KVM extensions installed for this project. A Mac is **not** required.
|
||||
|
||||
## Step 1
|
||||
Run `jumpstart.sh` to download installation media for macOS (internet required). The default installation uses High Sierra, but you can upgrade to Mojave later.
|
||||
Run `jumpstart.sh` to download installation media for macOS (internet required). The default installation uses High Sierra, but you can upgrade to Mojave later.<br>
|
||||
This step is unnecessary if you already have a BaseSystem.dmg or BaseSystem.img file. If you have a BaseSystem.dmg file, you will 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