From 1a7592bf056ec838d7830d2172675f65a5dbc8d0 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Fri, 10 Dec 2021 15:31:39 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f626de7..c052187 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,12 @@ sudo emerge -a qemu python:3.4 pip # for Gentoo ## Step 1 Run `fetch-macOS-v2.py` to download installation media for macOS (internet required). ``` -./jumpstart.sh --mojave +./fetch-macOS-v2.py +``` +Then run +``` +qemu-img convert BaseSystem.dmg -O raw BaseSystem.img ``` -> Note: You can skip this if you already have `BaseSystem.img` downloaded. If you have `BaseSystem.dmg`, you will need to convert it with the `dmg2img` tool. ## Step 2 Create an empty hard disk using `qemu-img`, changing the name and size to preference: