Skip to content

Instantly share code, notes, and snippets.

@fcicq
Last active August 1, 2019 18:10
Show Gist options
  • Save fcicq/6a97c87154b704d82a215d075cb2424e to your computer and use it in GitHub Desktop.
Save fcicq/6a97c87154b704d82a215d075cb2424e to your computer and use it in GitHub Desktop.
apt install python3-click python3-requests
curl -O https://raw.githubusercontent.com/foxlet/macOS-Simple-KVM/master/tools/FetchMacOS/fetch-macos.py
curl -O -L https://github.com/foxlet/macOS-Simple-KVM/raw/master/tools/dmg2img
chmod +x dmg2img
python3 fetch-macos.py -l -c PublicRelease14
./dmg2img BaseSystem/BaseSystem.dmg BaseSystem.img
# qemu-img convert -c -O qcow2 BaseSystem.img BaseSystem.img.qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment