Skip to content

Instantly share code, notes, and snippets.

@fcicq
Last active August 1, 2019 18:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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