Update README.md

This commit is contained in:
notAperson535 2022-02-01 16:01:24 -05:00 committed by GitHub
parent 4505eafc7f
commit 0801e00386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -42,14 +42,18 @@ sudo emerge -a qemu python pip # for Gentoo
```
## Step 1
Run `fetch-macOS-v2.py` to download installation media for macOS (internet required).
Run `fetch-macOS.py` to download installation media for macOS (internet required).
```
./fetch-macOS-v2.py
./fetch-macOS.py
```
Then run
If the resulting file is named BaseSystem.smg then run
```
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
```
If it is named RecoveryImage.dmg run
```
qemu-img convert RecoveryImage.dmg -O raw BaseSystem.img
```
## Bringing Your Own macOS bootable file
If you want to bring your own bootable file, whether it be for an older version of macOS or you already have a file, drag it into the OneCLick-macOS-Simple-KVM folder. Then, Check if it is named BaseSystem. If not, rename it.