Update README.md

This commit is contained in:
notAperson535 2022-02-01 16:44:04 -05:00 committed by GitHub
parent 3b7145c482
commit 0284c65f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,7 @@ sudo pacman -S qemu python python3-pip python-wheel # for Arch.
sudo xbps-install -Su qemu python pytho3n-pip # for Void Linux.
sudo zypper in qemu-tools qemu-kvm qemu-x86 qemu-audio-pa python3-pip # for openSUSE Tumbleweed
sudo dnf install qemu qemu-img python python3-pip # for Fedora
sudo emerge -a qemu python pip # for Gentoo
sudo emerge -a qemu python:3.8 pip # for Gentoo
```
## Step 1
@ -46,6 +46,10 @@ Run `fetch-macOS.py` to download installation media for macOS (internet required
```
python fetch-macOS.py
```
if that command does not work, run this one
```
python3 fetch-macOS.py
```
If the resulting file is named BaseSystem.dmg then run
```
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img