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

Update README.md

This commit is contained in:
notAperson535 2022-01-19 15:39:25 -05:00 committed by GitHub
parent 073eee44c3
commit a5143cdf3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,12 +47,12 @@ qemu-img convert BaseSystem.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, Check if it is named BaseSystem. If not, rename it.
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.
If the file is now named BaseSystem.dmg, you must run this command to convert it to BaseSystem.img
```
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
```
If it is named BaseSystem.dmg, you are good to go
If it is named BaseSystem.img, you are good to go
Hint (If using an older version of macOS, instead of running sudo `./basic.sh` run `sudo ./legacy.sh`