Update README.md

This commit is contained in:
notAperson535 2022-02-02 12:34:44 -05:00 committed by GitHub
parent 9cb8ee230e
commit 022fac1b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -46,14 +46,11 @@ Run `fetch-macOS.py` to download installation media for macOS (internet required
```
./fetch-macOS-v2.py
```
If the resulting file is named BaseSystem.dmg then run
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
```
If BaseSystem.dmg is not found, check to make sure macOS downloaded correctly
## 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.